YamiMarik777
Registered User.
- Local time
- Today, 00:34
- Joined
- Jul 17, 2006
- Messages
- 12
I have three tables. I have Vendor Name table w/ vendor#(p-key), vendor.I have a VendAlias table that has Vendor, Vend#(both fields are p-key). They have a one-to-many relationship. Next , I have an invoice table that has stmtdate, posteddate, transdate, Vendor, Vend#. I want Access to fill in Vend# in the Invoice table utilizing the VendAlias table. I thought about using a Lens() function because for instance, in the Invoice table vendor is HP services, but in the VendAlias table it could be HP products, HP online, etc. I am doing all of this to generate reports that total are grouped vendor by all of its invoices. Any help I would appreciate. Thank you.