B
Brampton76
I have a query that has presented the following result: Name, Competition
Name and Playing Option. I also have a separate table that contains the
Competition Name, the various Playing Options for the Competition and the
Cost for each of the options. This table is not linked to anything. I would
like to find the Cost based on the Competition Name and Playing Option. I
tried a DLookUp but got an error and wondered if I got the DLookUp wrong or
whether I was barking completely up the wrong tree!
Actual Cost: DLookUp("[curActualCost]","[tblCompSetup].[chrActualCost] ='" &
tblCompName.chrCompName & "'" & tblOption.chrOption & "'")
Name and Playing Option. I also have a separate table that contains the
Competition Name, the various Playing Options for the Competition and the
Cost for each of the options. This table is not linked to anything. I would
like to find the Cost based on the Competition Name and Playing Option. I
tried a DLookUp but got an error and wondered if I got the DLookUp wrong or
whether I was barking completely up the wrong tree!
Actual Cost: DLookUp("[curActualCost]","[tblCompSetup].[chrActualCost] ='" &
tblCompName.chrCompName & "'" & tblOption.chrOption & "'")