I got that far, but I can't get it to produce the list in alph. order. Went into datasheet view, ordered the column (from a-z) and saved the changes...doesn't work. When I open form it doesn't relfect the changes. Maybe in I change the SQL code itself. Here is the SQL code;
SELECT tblLocations.LocName, tblLocations.RemoveDate
FROM tblLocations
WHERE (((tblLocations.RemoveDate) Is Null));
but I'm not sure how to specify that in the query.
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.