Blue 08 R6
New member
- Local time
- Today, 18:16
- Joined
- Dec 17, 2009
- Messages
- 8
Hi everyone,
I am trying to use expression builder to gather information for my table.
For example i have 2 TBL's
TBL Accommodation Transactions
TBL Camp Costs
and have generated a query that gets its results from TBL Camp Costs.
QRY Camp Costs
Results are:
For Example
Camp Location.......Cost Per Night
Moomba ................77.27
Jackson ................94.94
Now depending on what location the user selects I would like the Transaction Amount field in my TBL to look up the correct rate for that location based on the information supplied
So far I have the following but it does not seem to work and I get an error saying that i have an invalid syntax, I have entered an operand without an operator.
Any assistance on this would be greatly appreciated.
Thank you
Adam
I am trying to use expression builder to gather information for my table.
For example i have 2 TBL's
TBL Accommodation Transactions
TBL Camp Costs
and have generated a query that gets its results from TBL Camp Costs.
QRY Camp Costs
Results are:
For Example
Camp Location.......Cost Per Night
Moomba ................77.27
Jackson ................94.94
Now depending on what location the user selects I would like the Transaction Amount field in my TBL to look up the correct rate for that location based on the information supplied
So far I have the following but it does not seem to work and I get an error saying that i have an invalid syntax, I have entered an operand without an operator.
Code:
Transaction Amount = [QRY CAMP COSTS]![COST PER NIGHT] where [TBL Accommodation Transactions]![Camp Location]==[TBL CAMP COSTS]![CAMP LOCATION]
Any assistance on this would be greatly appreciated.

Thank you
Adam