M
Max Moor
Hi All,
I want a datasheet view on a report. I stuck a subform set up for
one in the detail section of my report. In the report's Open code, I want
to run some code settnig the form up. I get an error when I run the code
line:
Set frm = Me!fsub_Datasheet.Form
It says it can't find fsubDatasheet. Am I breaking the rules all
around? Should this work in the first place?
- Max
I want a datasheet view on a report. I stuck a subform set up for
one in the detail section of my report. In the report's Open code, I want
to run some code settnig the form up. I get an error when I run the code
line:
Set frm = Me!fsub_Datasheet.Form
It says it can't find fsubDatasheet. Am I breaking the rules all
around? Should this work in the first place?
- Max