Passing variables between forms

raccoon

New member
Local time
Today, 14:26
Joined
Jan 14, 2003
Messages
5
I have a form which, when it is opened, retrieves records for a date passed through from the calling form. The user can add new records to the table, and I would like the date to default to the date used in the query that retrieved the records. How can I access this date?
 
Do you mean the OpenArgs property of the called form?
 

Users who are viewing this thread

Back
Top Bottom