E
Elsie
supposing if I have a form to capture 3 dates: Current Month, End of
Previous Month and Start of Next Month
For Current Month: there are 2 drop-down lists, 1 for year and 1 for month
For End of Previous Month and Start of Next Month : there are 3 drop-down
lists, 1 for year, 1 for month and 1 for day
I tried to use Forms!<FormName>!<ComboName> in the query. this works, ONLY
if the form is open. if the form is closed, the query can't run. how do I
solve this?
Current Work Flow:
once the user selects the starting, ending and current dates and clicks OK,
all 3 dates will be saved to a table. a module will run to do some
processing and table creation. once all this processing is completed,
another form will open to let the user select which report he requires.
I tried to use TableName!ColumnName1 &"/"& TableName!ColumnName2 &"/"&
TableName!ColumnName3 in the query. but it does not work.
Elsie
Previous Month and Start of Next Month
For Current Month: there are 2 drop-down lists, 1 for year and 1 for month
For End of Previous Month and Start of Next Month : there are 3 drop-down
lists, 1 for year, 1 for month and 1 for day
I tried to use Forms!<FormName>!<ComboName> in the query. this works, ONLY
if the form is open. if the form is closed, the query can't run. how do I
solve this?
Current Work Flow:
once the user selects the starting, ending and current dates and clicks OK,
all 3 dates will be saved to a table. a module will run to do some
processing and table creation. once all this processing is completed,
another form will open to let the user select which report he requires.
I tried to use TableName!ColumnName1 &"/"& TableName!ColumnName2 &"/"&
TableName!ColumnName3 in the query. but it does not work.
Elsie