my SQL is:
SELECT Tasks.ID, Tasks.Value, Tasks.Completed, Tasks.Number
FROM Tasks
WHERE (((Tasks.Completed) Is Null));
basically, i have a form that has this qiery as a record source. the form is in datasheet view, and what the end user should be seeing is the list of all the ID's, next to...