G
Guest
I am getting an error No value given for one or more required parameters
If I replace the managerID with a number code works. I have tried putting a
textbox
on userform to hold the value of Column(2) on cboStoreIP Change event but
that dosen't work
Any help would be great
Thanks Mike
managerID = Me!cboStoreIP.Column(2)
"IIf([EMPLOYEE_ID]=managerID,[Expr9],0) AS Expr10, IIf([EMPLOYEE_ID]
<>managerID,[Expr9],0) AS Expr11 "
If I replace the managerID with a number code works. I have tried putting a
textbox
on userform to hold the value of Column(2) on cboStoreIP Change event but
that dosen't work
Any help would be great
Thanks Mike
managerID = Me!cboStoreIP.Column(2)
"IIf([EMPLOYEE_ID]=managerID,[Expr9],0) AS Expr10, IIf([EMPLOYEE_ID]
<>managerID,[Expr9],0) AS Expr11 "