Here is the SQL in a generic form:
SELECT TABLE.FIELD1, TABLE.FIELD2, TABLE.FIELD3
FROM TABLE
WHERE (((TABLE.FIELD3)<>"CRITERIA1" And (TABLE.FIELD3)<>"CRITERIA2" And (TABLE.FIELD3)<>"CRITERIA3" And (TABLE.FIELD3)<>"CRITERIA4"));
This SQL statement is used as an Access form's Record Source...
In joining two tables in a query I'm running into a problem.
In the main table, the field entry is normal. For example Table1.ID = "ID_104"
However in the Table I'm Left Joining the Feild entry has trailing spaces, Table2.ID = "ID_104 "
When I try to join the two and run the query I get an...
If a report field receives a null value, How can I give the user an opportunity to fill in that field?
and, if its possible
In the case of Multiple rows how would the user know which value to enter?
For example:
Query pulls: Item, Price, Weight
Employee forgets to enter Weight
Report...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.