Hi
Should the table just show the specific entity (ID with 3 attributes)?
Should the table just show the specific entity (ID with 3 attributes)?
Yes that is correct.It seems you used some sort of criteria in the query
[Forms]![frmUser]![Combo5]
SELECT Vendors.[Vendor Name], Vendors.Address, Vendors.CSZ, Vendors.Phone FROM Vendors WHERE (((Vendors.VendorID)=[Forms]![Form1]![cboVendor]));