RONMYKELLANG
New member
- Local time
- Today, 20:04
- Joined
- May 15, 2012
- Messages
- 1
Good afternoon guys!
Here is the situation. I hope you can help me with this.
Im using Excel VBA as frontend and using Access as backend.
I am trying to import records from excel to access.
I have records with composite number of primary keys(3).
Is there a way to test if I am going to insert or update these records on the DB?
(programmatically at Excel VBA)
Main Problems
1. Is the look up of composite PK.
Here is the situation. I hope you can help me with this.
Im using Excel VBA as frontend and using Access as backend.
I am trying to import records from excel to access.
I have records with composite number of primary keys(3).
Is there a way to test if I am going to insert or update these records on the DB?
(programmatically at Excel VBA)
Main Problems
1. Is the look up of composite PK.