O
OD
Hi
I'm using an unbound field on my form called txtPRNum and taking the input
and doing a query against a table with a list of items.
"INSERT INTO tblPRNumbers ( PRNum ) VALUES (" & txtPRNum & ")"
This query works correctly with numeric info (even though it's a text box)
but throws the "No value given for one or more required parameters" when a
alpha or alphanumeric input is entered.
WOuld someone explain why this is/
Thanks
I'm using an unbound field on my form called txtPRNum and taking the input
and doing a query against a table with a list of items.
"INSERT INTO tblPRNumbers ( PRNum ) VALUES (" & txtPRNum & ")"
This query works correctly with numeric info (even though it's a text box)
but throws the "No value given for one or more required parameters" when a
alpha or alphanumeric input is entered.
WOuld someone explain why this is/
Thanks