J
Joel
TIA:
I have form1 based on a recordset. I have a button on this form that opens
another form (form2 based on the same recordset). Is there a way to have
form2 open to the same record in form1 when the button is clicked.
something like:
set recordset = current recordset
recnum=recordset.recordnumber
docmd.open form "form2", where recordset.recordnumber=recnum
Help with any details is appreciated.
thanks, Joel
I have form1 based on a recordset. I have a button on this form that opens
another form (form2 based on the same recordset). Is there a way to have
form2 open to the same record in form1 when the button is clicked.
something like:
set recordset = current recordset
recnum=recordset.recordnumber
docmd.open form "form2", where recordset.recordnumber=recnum
Help with any details is appreciated.
thanks, Joel