G
Guest
Hey,
I am trying to use this expression to find the matching records from the value entered in the datalabel.
=DLookUp("[GAB/SS#]","[Test Cases]","[GAB/SS#] = Forms![Form1]![datalabel]")
However, it doesn't seem to do anything. Not sure why.
Before, I was using the following query to do the same thing, but if cancel was clicked on the search box it would result in an error.
SELECT [Test Cases].[GAB/SS#], *
FROM [Test Cases]
WHERE ((([Test Cases].[GAB/SS#])=[GAB OR SS#].[value]));
Any help would be appreciated.
Thanks,
Danny
I am trying to use this expression to find the matching records from the value entered in the datalabel.
=DLookUp("[GAB/SS#]","[Test Cases]","[GAB/SS#] = Forms![Form1]![datalabel]")
However, it doesn't seem to do anything. Not sure why.
Before, I was using the following query to do the same thing, but if cancel was clicked on the search box it would result in an error.
SELECT [Test Cases].[GAB/SS#], *
FROM [Test Cases]
WHERE ((([Test Cases].[GAB/SS#])=[GAB OR SS#].[value]));
Any help would be appreciated.
Thanks,
Danny