matthewnsarah07
Registered User.
- Local time
- Today, 13:13
- Joined
- Feb 19, 2008
- Messages
- 192
Main form = frmmain
Sub form = frmmainsub
I have two fields on the main form & [User] that are populated using the on open event for the main form. User is based on a table and is populated by the GetUser function
The subform is based on qryleaveview which uses field [Email] to filter the data, however when I open the main form there are no records in the subform - I know this must be to do with the fact that the field [email] is populated on open but how do i rectify this?
Thanks
Sub form = frmmainsub
I have two fields on the main form & [User] that are populated using the on open event for the main form. User is based on a table and is populated by the GetUser function
The subform is based on qryleaveview which uses field [Email] to filter the data, however when I open the main form there are no records in the subform - I know this must be to do with the fact that the field [email] is populated on open but how do i rectify this?
Thanks