Hi!
I have a main form: MAIN_FORM
and a subform on MAIN_FORM called SUB_FORM
I have a button on MAIN_FORM to browse records but I want to make effect on the SUB_FORM
I tried this:
DoCmd.GoToRecord acDataForm, SUB_FORM, acFirst
I also thought of using a header for the subform, but since I want the subform to be a spreadsheet instead of continous forms, I thought of using mainform with subform.
And I also want to make a sub on the main that have effects on the SUB_FORM (like a massive paste), how do I refer to a field of a subform?
I have a main form: MAIN_FORM
and a subform on MAIN_FORM called SUB_FORM
I have a button on MAIN_FORM to browse records but I want to make effect on the SUB_FORM
I tried this:
DoCmd.GoToRecord acDataForm, SUB_FORM, acFirst
I also thought of using a header for the subform, but since I want the subform to be a spreadsheet instead of continous forms, I thought of using mainform with subform.
And I also want to make a sub on the main that have effects on the SUB_FORM (like a massive paste), how do I refer to a field of a subform?
