Open Subform on main menu to show specific date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a menu form which has a subform in it and what I want to do to
is the following:

When the Main Menu opens I want the subform to open to a specific record.
The Main Menu has a field called 'Turnover Date' and so does the sub-form.

I want to open the sub-form so that the Turnover Dates match or if there is
no matching date in the sub-form then open a blank record for the subform.

I know it can be done, I just can not remember how to do it.

Any help would be greatly appreciated.

Thanks
 
in the subform control within the main form, set the LinkChildFields and
LinkMasterFields properties to the corresponding date fields in the subform
and main form.

hth
 
Thanks - That looks like it worked.

tina said:
in the subform control within the main form, set the LinkChildFields and
LinkMasterFields properties to the corresponding date fields in the subform
and main form.

hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top