I know this should be fairly strait forward but I am having problems. I have two tables "Acct" and "AcctDetails". The Acct table has the fields(ID, SSN, and Name), while the AcctDetails table has the fields(ID, Date, Amount). I import a table that that needs to be loaded into the AcctDetails table, but It won't allow me to add them through VBA Code due to integrity issues. Does anyone have an easy way to take care of this?
Thanks
Thanks