J
John White
I have text boxes in a report that I need to use for calculations to compare
sales goals with actual amounts. The actual amounts work fine, but I keep
receiving #name# errors on the subquery, which is drawing info from a table
called "tblSalesGoals". The sql statement that isn't working is:
=(SELECT [GoalAmount] FROM [tblSalesGoals] WHERE [Month] = "04/30/2006").
Each text box will have a different [Month] reference to limit the results
to specified months.
Any ideas?
Thank you!
John
sales goals with actual amounts. The actual amounts work fine, but I keep
receiving #name# errors on the subquery, which is drawing info from a table
called "tblSalesGoals". The sql statement that isn't working is:
=(SELECT [GoalAmount] FROM [tblSalesGoals] WHERE [Month] = "04/30/2006").
Each text box will have a different [Month] reference to limit the results
to specified months.
Any ideas?
Thank you!
John