I am not sure if this forum is the one I should use, but I will start here anyway. Currently I am trying to automate a routine that requires me to modify a query. I need to change two values in the query to reflect the type of training and another to reflect the FY and Quarter the training was taken.
I know that I can use DoCmd.OpenQuery ("Z2-Update_Roster"
to open the query. But how do I pass Training_Type = 6 and Training_Quarter = 2003 to the query? These two items actually come from a combo (Combo1 and Combo2).
Oh yes, this query will update an existing roster (table) in the database.
Thank you in advance!
Harry Jessen
HMJessen@Yahoo.com
I know that I can use DoCmd.OpenQuery ("Z2-Update_Roster"
Oh yes, this query will update an existing roster (table) in the database.
Thank you in advance!
Harry Jessen
HMJessen@Yahoo.com