PDA

View Full Version : Solved: relationship/validation



rsilberfarb
02-03-2006, 10:50 AM
I have a database that automatically imports (via transfer spreadsheet macro) an excel file. They way I have it set up, if a ceretain value is not in a realted table, it does not import that record. This is half of what I want, what I would really like to happen, is that if the value is not in the related table, that it imports to a different table.

Please help

Ross

Norie
02-04-2006, 07:50 AM
Why not just import all the records then use append queries to add to the appropriate tables?

rsilberfarb
02-04-2006, 10:08 AM
I will try that.

rsilberfarb
02-04-2006, 06:53 PM
that worked, thanks