gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
I have two tables. Both have a field called "Quote Number". One table is called "Quotes Master Table" and the other tblProposalStatus
I need a list of all Quote Numbers that are in the Quotes Master Table and not in the tblProposalStatus.
I will then need to append those Quote Numbers into tblProposalStatus
I'm looking for some recommendation as to how to achieve this.
Note the Quote Master Table is Linked and I do not have the ability to make changes to it. The tbleProposal is located in my database.
I need a list of all Quote Numbers that are in the Quotes Master Table and not in the tblProposalStatus.
I will then need to append those Quote Numbers into tblProposalStatus
I'm looking for some recommendation as to how to achieve this.
Note the Quote Master Table is Linked and I do not have the ability to make changes to it. The tbleProposal is located in my database.