D
-debi-
Good Day,
Main Form [frmDATE]
Sub Form [frmCOUNT]
On the subform ON Enter, I have DoCmd.Requery, which works fine after I
click on the subform.
When I try to requey the subform from the mainform using a Macro Requery
[forms]![frmCOUNT], it says it's either not in the current form or it can't
find that form name.
I have combo boxes in my subform that work fine for entering data, but if I
just want to go record by record from the main form, the sub form doesn't
show the proper data unless I click on it to use the requery in the ON Enter.
Please help. Thank you! -debi-
Main Form [frmDATE]
Sub Form [frmCOUNT]
On the subform ON Enter, I have DoCmd.Requery, which works fine after I
click on the subform.
When I try to requey the subform from the mainform using a Macro Requery
[forms]![frmCOUNT], it says it's either not in the current form or it can't
find that form name.
I have combo boxes in my subform that work fine for entering data, but if I
just want to go record by record from the main form, the sub form doesn't
show the proper data unless I click on it to use the requery in the ON Enter.
Please help. Thank you! -debi-