VladimirKim
Programmer
Hi,
I have a subform where there are few records. After I press the button on the parent form, I need the cursor to go through all the records on the subform. Line on the button's click event: DoCmd.GoToRecord acDataForm, "Sub_Hdetails1_Quote", acNext generates an error: "Sub_Hdetails1_Quote form is not open" even though it is open, but it's a subform within a parent form "Restabs". And, also, how would I find out the number of records in the subform without creating a recordset from sql statement?
Please, help.
Thanks
I have a subform where there are few records. After I press the button on the parent form, I need the cursor to go through all the records on the subform. Line on the button's click event: DoCmd.GoToRecord acDataForm, "Sub_Hdetails1_Quote", acNext generates an error: "Sub_Hdetails1_Quote form is not open" even though it is open, but it's a subform within a parent form "Restabs". And, also, how would I find out the number of records in the subform without creating a recordset from sql statement?
Please, help.
Thanks