When I choose an item with 2 columns in a list box, and press a button, I hope to pass this 2 columns as parameters into a query?
e.g.
WHERE (((Career_Profi le.Job_Type)=Forms!Form_Deve lopment!Control _Job_Type) And ((Career_Profil e.Job_Level)=Forms!Form_Deve lopment!Control _Job_Level)
The problem is that query only got the first column -"Control_Job_Ty pe" and never got the second one - "Control_Job_Le vel".
What do you think?
e.g.
WHERE (((Career_Profi le.Job_Type)=Forms!Form_Deve lopment!Control _Job_Type) And ((Career_Profil e.Job_Level)=Forms!Form_Deve lopment!Control _Job_Level)
The problem is that query only got the first column -"Control_Job_Ty pe" and never got the second one - "Control_Job_Le vel".
What do you think?
Comment