I have a continuous form generated from a Select Query requesting date parameters.
Field: ShCondate1
Source: qryLoadBoardDateParameter
Criteria: Between [Enter beginning load date:] And [Enter ending load date:]
This works just fine, but for the fact that the pop-up has no input mask which makes it the only place in the db that requires the operator to enter the “/” between the digits (there is an input mask for all date entries elsewhere). When I was first asked to make this change, I thought I could just create a custom dialog form and be done with it.
I tried creating the custom form with a text box bound to the ShCondate1 field from the same table source as the query. Right away I realized that I would need two of these text boxes (beginning and ending dates) and how could they both have the same source? I had never made a custom dialog form before so I thought maybe I’d just try to get the beginning date box to work before going any further. I created the form and then enter the following into the criteria of the query:
[Forms]![frmBeginningDate]![ShCondate1]
No way Jose’. All that did was bring up the same Access dialog with the same text as the criteria input and, of course, no input mask. I’m not sure where I lost my way here, but I know I’ve broken a cardinal rule of logic – I’m becoming emotional. I’ve been through the help files and my A97 book, but can’t seem to locate anything that clears up the issue. Great learning opportunity here, but I can’t see the forest for the trees. Any help greatly appreciated!