Hi,
I have succeeded in adding automated relationships with refference tables after importing an excel file created from a query to an Access database.
However I have the following problem:
When there are values in the excel file which was imported that do not appear in the refference tables because they are not entered yet, or in case they are misspelled, the code blocks and gives me an error message. As I...
User Profile
Collapse
-
Found the solution: Needed to put ' " & Value & " ' because it needs 'value' and not just value -
Enter a variable input in a query
Hi,
I've managed to create this queryCode:test = "Select * FROM table Where fieldvalue = " & value & " ORDER By
When it returns a text, it gives me the error message 3075 "Syntax error (missing operator) in query expression 'Fieldvalue = value x' " where x is the value chosen in a combobox
...
No activity results to display
Show More
Leave a comment: