report made from several tables exclusion problem

  • Thread starter Thread starter schmidty169
  • Start date Start date
S

schmidty169

I have a computer table and several other tables with
sorted information. I put a field in the other tables
with the number value of the id in the main computer
table. I link in relationships the id from the main table
to the computer id field in the other tables. When I try
to do a report or query I get an exclusion error. I
checked options and nothing has exclusions selected. I
select fields from seperate tables that I want to appear
in the report. Is it becuase I have all the tables linked
to one table and one table is locking the main so the next
cannot access it. What am I mssing here?
 
I found my error. One of my fields that I linked to my id
was in text format not number as the id is. Opps
 
Back
Top