Hello, I have two tables which are linked together by the Client ID. One is a Clients Information table and the other is a Project Details table. When I try to save a new record to the Project Details table it gives me this error:
You cannot add or change a record because a related record is required in table 'Clients Information'. (Error 3201)
I know it is because I have the referential integrity set but what "new record" would I add to the Clients Information table, since the only thing I am storing there are Clients?
Thanks!
You cannot add or change a record because a related record is required in table 'Clients Information'. (Error 3201)
I know it is because I have the referential integrity set but what "new record" would I add to the Clients Information table, since the only thing I am storing there are Clients?
Thanks!