G
Guest
I'm familar with access, but with this new job, I deal heavily with access
databases and queries. I acquired the previous database administrators
position and am playing detective work on how to get certain queries to run.
My question is complex, so I will tell you the steps I have taken.
I have a make table query that creates a table called Arm Febuary.
I then create a query called Arm 2-2005, based off of the newly created table.
I then create a new query called ARM details that has the following code:
Account: badlapp!Lpacct &"-"&Format([Arm 12-2004]![dtcyc#],"000"))
I know that I need to change Arm 12-2004 to the newly created Arm 2-2005,
but when I do, it asks for a parameter and just stalls out. When I run it
with the above code, it runs fine. Can you help me out with this.
databases and queries. I acquired the previous database administrators
position and am playing detective work on how to get certain queries to run.
My question is complex, so I will tell you the steps I have taken.
I have a make table query that creates a table called Arm Febuary.
I then create a query called Arm 2-2005, based off of the newly created table.
I then create a new query called ARM details that has the following code:
Account: badlapp!Lpacct &"-"&Format([Arm 12-2004]![dtcyc#],"000"))
I know that I need to change Arm 12-2004 to the newly created Arm 2-2005,
but when I do, it asks for a parameter and just stalls out. When I run it
with the above code, it runs fine. Can you help me out with this.