Hello all!
I have a recordset that I need to populate into a continuous form. When I try the normal methods to set the textboxes equal to the recordset fields in the VBA I'm only getting the last record on the form, not the 200+ records that are in the recordset.
I'm sure there is a line of code I am missing to "movenext" in the detail section of the form but I have no idea what it is and the help is useless.
Please help. Thanks!
I have a recordset that I need to populate into a continuous form. When I try the normal methods to set the textboxes equal to the recordset fields in the VBA I'm only getting the last record on the form, not the 200+ records that are in the recordset.
I'm sure there is a line of code I am missing to "movenext" in the detail section of the form but I have no idea what it is and the help is useless.
Please help. Thanks!