Blank form and problem query

H

Heids2265

I have a foreclosure database. I have a foreclosure table and it had a
relationship to a bankruptcy table. I wanted to change the relationship to
B_Judges instead of B_District field in the bankruptcy table. I think its
causing problems in my query. It tells me that I cannot repeat the name in
the FROM Cause. What does that mean?
 
J

John W. Vinson

I have a foreclosure database. I have a foreclosure table and it had a
relationship to a bankruptcy table. I wanted to change the relationship to
B_Judges instead of B_District field in the bankruptcy table. I think its
causing problems in my query. It tells me that I cannot repeat the name in
the FROM Cause. What does that mean?

That you're repeating the name in the FROM clause.

Since you chose not to post the query so someone could see it to help you,
it's hard to be more specific. Please open the query in SQL view and post it
to a message here.
 

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

Similar Threads

Referential Integrity? 3
Please Help on vlookup and comboBox 1
Union Query 6
Repeating records in Query 20
#error - Blank 3
Query Not working with newly imported table 1
Query question 1
Update Query 4

Top