Blank form and problem query

  • Thread starter Thread starter Heids2265
  • Start date Start date
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?
 
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.
 
Back
Top