R
RebeccaMinAR
I am trying to make a DLookup look at two coulmns in a table, find the
matching entry for both columns and display the third coulmn in that row.
(Example: field 1 is car or truck field 2 is chevy or ford field three would
be corvette or taurus)
I am using the following statement (which works for the first criteria)
=DLookUp("[TABLE 1].[field 3]","[TABLE 1]","Forms![Form].[Field 1]=[TABLE
1].[Field 1]" And "'Forms![Form].[Field 2]=[TABLE 1].[field 2]")
Help figuring out which typo I made would be greatly appreciated. I need to
have this running Monday morning!
matching entry for both columns and display the third coulmn in that row.
(Example: field 1 is car or truck field 2 is chevy or ford field three would
be corvette or taurus)
I am using the following statement (which works for the first criteria)
=DLookUp("[TABLE 1].[field 3]","[TABLE 1]","Forms![Form].[Field 1]=[TABLE
1].[Field 1]" And "'Forms![Form].[Field 2]=[TABLE 1].[field 2]")
Help figuring out which typo I made would be greatly appreciated. I need to
have this running Monday morning!