A little prompting needed

  • Thread starter Thread starter sent1nel
  • Start date Start date
S

sent1nel

Guest
The situation is this: I have a form that has several fields that are all grouped by month. I want to be able to have a popup appear, whenever the user opens the form, that allows the user to specify which month's records they view.
 
assuming that the forms info is based on a query (if not - make it so), type the following in the criteria line of the query field holding the date or month info

[please type the month for analysis]

then a box appears asking for the user to specify the month for analysis

if you want to specify a start date and end date for a range of dates type

Between [enter start date] And [enter the end date]

then you gert two boxes (start and end date)
 

Users who are viewing this thread

Back
Top Bottom