Have the following Query 'Cards Left in Inventory':
SELECT [CardInventoryTbl]![CardsinInventory]-[Cards used So Far]![SumOfCountOfMinOfBusiness_Date] AS CardsLeft
FROM [Cards used So Far], CardInventoryTbl;
Record Source of form is Query "Cards Left in Inventory"
Control Source of text box is "=[Cards Left in Inventory]![CardsLeft]"
But all I get is #Name in text box.
The query runs and give the correct answer.
Office 10
Windows 7
Thanks in advance
jpl
SELECT [CardInventoryTbl]![CardsinInventory]-[Cards used So Far]![SumOfCountOfMinOfBusiness_Date] AS CardsLeft
FROM [Cards used So Far], CardInventoryTbl;
Record Source of form is Query "Cards Left in Inventory"
Control Source of text box is "=[Cards Left in Inventory]![CardsLeft]"
But all I get is #Name in text box.
The query runs and give the correct answer.
Office 10
Windows 7
Thanks in advance
jpl