Hello,
We would like to write a function that returns a date.
The date is one that is supplied by the user in a custom form. This form details
specific information about the date that is being requested, e.g., “Enter the Start
Date for the reporting period:”, or “Enter the date of purchase:”.
Is it possible to do this in Access? If so, can anyone show us a working example?
Our problem seems to be that Access does not wait for a form to be processed by the
user before proceeding to the next line of code so once the form is opened the
next line of code is immediately processed and the function terminates (way before
we get a chance to find out what the user entered!). I’m guessing that we are missing
something really obvious but we just can’t figure it out!!
TIA, Jennifer