B
brian
Is it possible to use a text box in a form to pass date
information to a SQL query? Here's what I'm doing.
Form1 has two fields - date1 and date2. Date1 is assigned
the value Now() and Date2 is assigned Now() +1. I run
this query daily to update a table with new info.
I would like to pass date1 and 2 into a SQL query so that
when I run the query daily, I don't have to enter the
dates each time.
Anyone have an idea?
your help is appreciated.
information to a SQL query? Here's what I'm doing.
Form1 has two fields - date1 and date2. Date1 is assigned
the value Now() and Date2 is assigned Now() +1. I run
this query daily to update a table with new info.
I would like to pass date1 and 2 into a SQL query so that
when I run the query daily, I don't have to enter the
dates each time.
Anyone have an idea?
your help is appreciated.