I'm connected to an Oracle database and trying to set a parameter in an MSAccess query when I receive the above error msg. The WHERE portion of the SQL in Access looks like this:
WHERE (TABLENAME.FIELDNAME)=[Forms]![FormName]![value];
The error goes away when I replace the parameter with a hard value.
Can anyone tell me why I'm getting an error? I haven't had any parameter problems with similar Sybase tables. This is my first experience with Oracle tables.
WHERE (TABLENAME.FIELDNAME)=[Forms]![FormName]![value];
The error goes away when I replace the parameter with a hard value.
Can anyone tell me why I'm getting an error? I haven't had any parameter problems with similar Sybase tables. This is my first experience with Oracle tables.