G
Guest
I have a query that looks at two boxes on a form one is linked directly to a
table the second is a lookup which brings back detail form anther table.
The first box is working but the query is failing to pickup the unlinked
list box.
(Access 2003)
SELECT tblScale.[Band], tblScale.Site, tblScale.Start
FROM tblScale
WHERE (((tblScale.[Band])=[Forms]![frmMain]![Min Grade]) AND
((tblScale.Site)=[Forms]![frmMain]![List80]));
Here is SQL of the query and all fields are correctly named.
table the second is a lookup which brings back detail form anther table.
The first box is working but the query is failing to pickup the unlinked
list box.
(Access 2003)
SELECT tblScale.[Band], tblScale.Site, tblScale.Start
FROM tblScale
WHERE (((tblScale.[Band])=[Forms]![frmMain]![Min Grade]) AND
((tblScale.Site)=[Forms]![frmMain]![List80]));
Here is SQL of the query and all fields are correctly named.