Hi
I have two forms:
1. DataForm
In datasheet view.
2. UserFrom
The userform has no data directly on it. It has a Title, a button for closting the form. It will also have a button for filtering later on. Finally, it has the Dataform embedded in it.
I'm struggeling to write code for the filtering button on the Userform to filter the Dataform.
How you do reference the embedded form please? This is driving me mad!!!!! ( [Forms]![Mainform]![Subform].filter... )
Also, is there a better way? Originally, I had one form, set in Continuous form mode (with all the fields in a horizontal line). But I found the formatting looked better using the 2 forms (1 in datasheet view). Is this the better way of doing things?
Thank you to anybody taking time to try to resolve this for me.
Regards
Jason
I have two forms:
1. DataForm
In datasheet view.
2. UserFrom
The userform has no data directly on it. It has a Title, a button for closting the form. It will also have a button for filtering later on. Finally, it has the Dataform embedded in it.
I'm struggeling to write code for the filtering button on the Userform to filter the Dataform.
How you do reference the embedded form please? This is driving me mad!!!!! ( [Forms]![Mainform]![Subform].filter... )
Also, is there a better way? Originally, I had one form, set in Continuous form mode (with all the fields in a horizontal line). But I found the formatting looked better using the 2 forms (1 in datasheet view). Is this the better way of doing things?
Thank you to anybody taking time to try to resolve this for me.
Regards
Jason