Hi everyone.
I am adding a query in my db and I am having a problem that I can't figure out. I am trying to get data from two tables. You can see the tables below. The common field is ContactID and the query simply lists three fields from one table and one from the other. When I create the query I get the error listed below basically telling me that the two tables are not related...but they are...I think...
I think that the problem is happening because while the table "Contacts" uses an autonumber for the field "Contact ID", the table "Calls" is displaying a rowsource from the "Contacts" table showing another column from that table instead of the actual value of "ContactID"
Is this what is happening? How can I get around this when creating the new query? I'd rather not modify the tables as they are because I do not know what else will be affected
Thanks
mafhobb
I am adding a query in my db and I am having a problem that I can't figure out. I am trying to get data from two tables. You can see the tables below. The common field is ContactID and the query simply lists three fields from one table and one from the other. When I create the query I get the error listed below basically telling me that the two tables are not related...but they are...I think...
I think that the problem is happening because while the table "Contacts" uses an autonumber for the field "Contact ID", the table "Calls" is displaying a rowsource from the "Contacts" table showing another column from that table instead of the actual value of "ContactID"
Is this what is happening? How can I get around this when creating the new query? I'd rather not modify the tables as they are because I do not know what else will be affected
Thanks
mafhobb