P
PowerPoint Jedi
Hello,
First off I am using Microsoft acess 2003 and am running of an SQL Server
I am designing a macro that calls a number of different queries to
accomplish my end goal. Each query requires a date input (which is the same
for all of them). I have created a form to enter the one date so that I
didn't have to be prompted 8 times.
I have done this before when not running on an SQL server and used this
command
[Forms].[SPC Form].[Start_date]
Where SPC Form is the name of my Form and Start date is the name of the text
box with the information in it.
When I try to save this it tells me
"ADO ERROR - The column prefix [Forms].[SPC Form].[Start_Date] does not
match with a table name or alias name used inthe query
How do I call a form using acess on an SQL server? This worked before just
running off my normal network.
First off I am using Microsoft acess 2003 and am running of an SQL Server
I am designing a macro that calls a number of different queries to
accomplish my end goal. Each query requires a date input (which is the same
for all of them). I have created a form to enter the one date so that I
didn't have to be prompted 8 times.
I have done this before when not running on an SQL server and used this
command
[Forms].[SPC Form].[Start_date]
Where SPC Form is the name of my Form and Start date is the name of the text
box with the information in it.
When I try to save this it tells me
"ADO ERROR - The column prefix [Forms].[SPC Form].[Start_Date] does not
match with a table name or alias name used inthe query
How do I call a form using acess on an SQL server? This worked before just
running off my normal network.