qry for a form based on 3 tables

wildexodus

Registered User.
Local time
Today, 14:25
Joined
Feb 6, 2003
Messages
74
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 address all say

#name?

when the form is loaded. Does anyone know what this message means?
 
I think it is caused by a control thinking it is a bound control, but it can't find the column you say it should be bound to in the underlaying table or query. I think.
 

Users who are viewing this thread

Back
Top Bottom