G
Guest
Hi all,
Probably a simple question, it's just been so long since I've worked in
Access.
I have a list of computers in Tbl_Computer. The KeyID for these is
PC_Asset_Num, which is a unique ID for each PC. I then have a list of staff
members in Tbl_Staff. One of the records in Tbl_Staff is Computer_Assigned.
It has a 1-to-1 relationship with PC_Asset_Num. This is so 1 computer can
only be assigned once.
Now, looking at my records, I can see I have 135 staff entries, all with
values for Computer. However, I have 143 computers. I need to design a query
that shows me which Computers have NOT been assigned.
That is... A value exists in Tbl_Computer which does not have a
corresponding match in Tbl_Staff!Computer.
Thanks in advance for your insight,
-Bob
Probably a simple question, it's just been so long since I've worked in
Access.
I have a list of computers in Tbl_Computer. The KeyID for these is
PC_Asset_Num, which is a unique ID for each PC. I then have a list of staff
members in Tbl_Staff. One of the records in Tbl_Staff is Computer_Assigned.
It has a 1-to-1 relationship with PC_Asset_Num. This is so 1 computer can
only be assigned once.
Now, looking at my records, I can see I have 135 staff entries, all with
values for Computer. However, I have 143 computers. I need to design a query
that shows me which Computers have NOT been assigned.
That is... A value exists in Tbl_Computer which does not have a
corresponding match in Tbl_Staff!Computer.
Thanks in advance for your insight,
-Bob