I am trying to rig a very poorly written access database. One of the queries in this database is using information supplied by the user via an inputbox. The input box is being generated in the sql as the below snippet shows:
- Between [Enter Start Date (_ _/_ _/_ _ _ _)] And [Enter End Date (_ _/_ _/_ _ _ _)]))
What i need to do is use the information that is entered into the start date a second time. I tried to add an " AS txtStartDate " but this generated a syntax error. Anyone have any ideas here.
Micah A. Norman
- Between [Enter Start Date (_ _/_ _/_ _ _ _)] And [Enter End Date (_ _/_ _/_ _ _ _)]))
What i need to do is use the information that is entered into the start date a second time. I tried to add an " AS txtStartDate " but this generated a syntax error. Anyone have any ideas here.
Micah A. Norman