F
Frank Martin
I have a main form "FrmCustPrice" based on a query "QryAddresses."
This "FrmCustPrice" has a subform called "FrmCustPriceListSUB" and it was
formed via the subform/subreport wizard which gave the following
SELECT QryCustPrice.ProductID, Products.Description, Products.Unit,
QryCustPrice.ItemPrice, QryCustPrice.CustProductCode,
QryCustPrice.AddressesID FROM Products INNER JOIN QryCustPrice ON
Products.ProductID = QryCustPrice.ProductID;
The main form & subform are linked via "AddressesID"
On the main form I am trying to make a Combo box to find a record on it,
but the combo wizard gives the following error message:
"Syntax error in From clause."
I have Access2000
Please help, Frank
This "FrmCustPrice" has a subform called "FrmCustPriceListSUB" and it was
formed via the subform/subreport wizard which gave the following
SELECT QryCustPrice.ProductID, Products.Description, Products.Unit,
QryCustPrice.ItemPrice, QryCustPrice.CustProductCode,
QryCustPrice.AddressesID FROM Products INNER JOIN QryCustPrice ON
Products.ProductID = QryCustPrice.ProductID;
The main form & subform are linked via "AddressesID"
On the main form I am trying to make a Combo box to find a record on it,
but the combo wizard gives the following error message:
"Syntax error in From clause."
I have Access2000
Please help, Frank