colmtourque
Registered User.
- Local time
- Today, 03:48
- Joined
- Sep 26, 2002
- Messages
- 83
I've seen several things on this topic so sorry if I am reasking. But nothing seems to work on my specific problem.
I have a form that opens filtered to specific records based on a subform. The subform is also based on a table. Currently what I have done is a query opens the subform. What I would like to happen instead is have the subform open with all possible records in the table but on a specific record is this possible.
I have found this command
DoCmd.GoToRecord
but unsure of how to write out the syntax in the forms on open event.
thanks
Kenneth
I have a form that opens filtered to specific records based on a subform. The subform is also based on a table. Currently what I have done is a query opens the subform. What I would like to happen instead is have the subform open with all possible records in the table but on a specific record is this possible.
I have found this command
DoCmd.GoToRecord
but unsure of how to write out the syntax in the forms on open event.
thanks
Kenneth