queries in forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to create a form. In references a Table and a Query. So if I were
to input the name of the erson on the form, the Query would return their
address.

The form looks OK and allows me to enter the records associated with the
table, but the Querry information all had ?NAME#"

Any help would be appreciated.
 
Access displays "?Name#" when it doesn't recognize the name of the source
for that control. What Control Source value do you have for the control
that holds your "query information"?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Jeff: I am brand new to access. I am not sure I understand your question and
how to check. Would you be so kind as to elaborate on how to check the
Control SOurce.

Thanks very much
 
Jeff: I am brand new to access. I am not sure I understand your question and
how to check. Would you be so kind as to elaborate on how to check the
Control SOurce.

Open the Form in Design view; select the Control; use the View menu
option to view its Properties. The Control Source property is the
first one on the Data tab.

John W. Vinson[MVP]
 
Back
Top