I have an Item Database that is defined in Pervasive SQL.
I have linked to the tables in Access.
The field for the Item number is called key_fld.
When I do a select query to pick up items that match the first two characters of the key_fld the query works fine.
It is defined this way:
key_fld
Criteria = Left([key_fld],2)="ES"
I want to create a parameter query so the person is prompted to enter the first two letters.
[ENTER A PFX:]
Everything I've tried to this point gives me this error:
ODBC --call failed
Thanks
I have linked to the tables in Access.
The field for the Item number is called key_fld.
When I do a select query to pick up items that match the first two characters of the key_fld the query works fine.
It is defined this way:
key_fld
Criteria = Left([key_fld],2)="ES"
I want to create a parameter query so the person is prompted to enter the first two letters.
[ENTER A PFX:]
Everything I've tried to this point gives me this error:
ODBC --call failed
Thanks