S
Sapphire
Hi,
Customer is an Option Group... When I pass it as an
arguement to a stored procedure which takes integer
parameters, I used the syntax
convert(int, ' " &[Forms]![CCN Entry/Edit]![Customer]&"')
but I get an error message saying that there is a suntax
error to convert varchar to int.
Does anybody know how to do this the proper way?
Thanks
Customer is an Option Group... When I pass it as an
arguement to a stored procedure which takes integer
parameters, I used the syntax
convert(int, ' " &[Forms]![CCN Entry/Edit]![Customer]&"')
but I get an error message saying that there is a suntax
error to convert varchar to int.
Does anybody know how to do this the proper way?
Thanks