sudhirhinduja
Registered User.
- Local time
- Yesterday, 19:54
- Joined
- Aug 17, 2004
- Messages
- 41
Hi guys,
I have 2 tables, Companies and Executives.
1 Company has many Executives (Relationship 1 - many)
CompID is PK in Company and FK in Executives. ExecID is PK in Executives.
I have 2 years of data 2003 and 2004. I need to merge the two years.
I want to get rid of auto-numbered CompID and auto-numbered ExecID.
Most companies have same CompID in both years, however the ExecID is totally different. I have now cleaned up the data. So I want to asign a new auto-number to each table.
I do not know much on VB, so any help is greatly appreciated.
Thanks a lot,
I have 2 tables, Companies and Executives.
1 Company has many Executives (Relationship 1 - many)
CompID is PK in Company and FK in Executives. ExecID is PK in Executives.
I have 2 years of data 2003 and 2004. I need to merge the two years.
I want to get rid of auto-numbered CompID and auto-numbered ExecID.
Most companies have same CompID in both years, however the ExecID is totally different. I have now cleaned up the data. So I want to asign a new auto-number to each table.
I do not know much on VB, so any help is greatly appreciated.
Thanks a lot,