Default value of a date field in sub form

ABDULFATAH

Registered User.
Local time
Today, 22:27
Joined
Oct 22, 2001
Messages
11
I Have a form with sub form I need to have a date field in the sub form to get its default value from an unbound control in the main form .
How to do this task please
 
If the subform is based on a query, you can add a calculated field to the query referencing the date field on the main form. You then add a new field to the subform using your calculated field as the source.
The date then appears on both forms. You may need to put a refresh in the on-current of main form. Not too sure on this, I'm going from memory when I did it a while ago.
Colin
 

Users who are viewing this thread

Back
Top Bottom