G
Guest
I have been trying to open a form from another form on a particular record
where the number of the record is provided by a Variable. When the form opens
it is empty and there is only 1 record available and it says (Filtered)
the code I'm using is
strDocName = "dutylist input old"
DoCmd.OpenForm strDocName, , , "[Index] = ClientNo"
Index is the record number in the table and is dispayed in the textbox
called Index on the form that is being opened. ClientNo is a variable. i have
tried many different combinations and i'm at a loss now.
where the number of the record is provided by a Variable. When the form opens
it is empty and there is only 1 record available and it says (Filtered)
the code I'm using is
strDocName = "dutylist input old"
DoCmd.OpenForm strDocName, , , "[Index] = ClientNo"
Index is the record number in the table and is dispayed in the textbox
called Index on the form that is being opened. ClientNo is a variable. i have
tried many different combinations and i'm at a loss now.