I've done that but i still get #error in the text box thats on the main form.
I've looked at the northwind and done what they've done but its still not working. I think i may have missed something somewhere.
I have a form with a text box on it and also a subform. I want the text box to calculate the sum of a field in the subform. What is the control source code for this?
When setting up my reports using the wizard, i am selecting to have the layout landscape but for some reason whenever i go to print preview or page layout view, it is shown in portrait. Does anyone know why this is?
I just cant see what uve dun. U havent got unit price in qrySubfrom in yours and yet somehow its in the list of available control sources.
Could you explain what you did to get it to work if you dont mind?
I have a subform on a form (frmOrder) based on a qry (qrySubform), and one of the text boxes on the subform needs to be looking up the unit price from tblProducts using the ProductID selected in the subform, but its not working. Can anyone see where ive gone wrong?
I have made a query to base a form on. The query collects shop address details from tblshop, customer address details from tblcustomer and order details from tblorder. The shop and the order details are working fine on the form, but for some reason the text boxes ive put on for the customer...
I have a table (tblOrderDetails) with a foreign key in it (ProductID) which i am using to lookup up data from another table. So far in the Row source of the lookup ive got the following code:
SELECT DISTINCTROW [ProductID], [ProductName] FROM tblProducts;
I want to also display the Product...
Its on qrysf subform1 on frmorder4, and its called ProductName. This particular combo isnt filtered off another, but once ive got this one working im gonna set up a second to filter off the ProductName combo, and then one to filter off that one etc.
Spoke 2 soon! One tiny problem now. In the pricelist table there are about 20 different types of curtains, 15 bedsheets etc. At the moment the row source for the combo is:
SELECT [tblPricelist].[PriceID], [tblPricelist].[Product] FROM tblPricelist;
Ive tried changing it to
SELECT DISTINCT...