I'm sure this is very obvious to most of you. I have a database which will start out as purely data entry - there will not be any data to start with. I want to enforce referential integrity, but in the testing process, the users are trying to enter data, and they keep getting error messages that they can't enter records in one table without entering records in another table. How would they do both at once?
Thanks.
Thanks.