SQL Quit pulling records

  • Thread starter Thread starter Michael C.
  • Start date Start date
M

Michael C.

All,
I put in a ComboBox to select between Active and Inactive
Records in a table, using the RecordSource Code, It works,
except now any fields from other tables that are using a
Right or Left Join in the SQL Statement behind the form
Will not pull up from the backend. The Text box in the
form showes #name? Why is it giving me #NAME? on Left and
Right Joins now that I put in the RecordSource Code.
 
Verify that the name of the control is not the same as the name of a field
in the table.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top