C
Conrad
Hello all,
I am trying to create a Form with a command button that executes a "Make
table" query with "date" criteria "Between [Forms]![Sales DB Creation]![Month
Start Date] And [Forms]![Sales DB Creation]![Month End Date]" that references
my date criteria off of a form.
The query has the date range I need, but when I execute the query I recieve
an error message with no detail what-so-ever, the error message is "Reserved
Error - (-7713); there is no message for this error". If I change the date
criteria to " Between 1/1/2007 and 1/31/2007" the query will run and create
my "New Table" based up my date fields.
Let me know some suggestions
I am trying to create a Form with a command button that executes a "Make
table" query with "date" criteria "Between [Forms]![Sales DB Creation]![Month
Start Date] And [Forms]![Sales DB Creation]![Month End Date]" that references
my date criteria off of a form.
The query has the date range I need, but when I execute the query I recieve
an error message with no detail what-so-ever, the error message is "Reserved
Error - (-7713); there is no message for this error". If I change the date
criteria to " Between 1/1/2007 and 1/31/2007" the query will run and create
my "New Table" based up my date fields.
Let me know some suggestions