I am currently using form to update date ranges in my database.
Here is the sample of the query.
SELECT FAR.[SVC DATE], FAR.[ACCT BAL]FROM FAR
WHERE (((FAR.[SVC DATE]) Between Forms!frmUpdateDateRange!txtday0 And Forms!frmUpdateDateRange!txtday30));
I tried to use the similar code to change my table name from FAR to SAR. However, Access don't allow me to do that. Is there a way that I can use the form to change the table name in a query?
Thanks in advance for your inputs!
Here is the sample of the query.
SELECT FAR.[SVC DATE], FAR.[ACCT BAL]FROM FAR
WHERE (((FAR.[SVC DATE]) Between Forms!frmUpdateDateRange!txtday0 And Forms!frmUpdateDateRange!txtday30));
I tried to use the similar code to change my table name from FAR to SAR. However, Access don't allow me to do that. Is there a way that I can use the form to change the table name in a query?
Thanks in advance for your inputs!