V
Vega
I have 3 tables linked in relationships like so:
[IPSID].IPSID --- 1 to many --> [Client].IPSID / [Client].ClientID --1 to
1 --> [Implementation].ClientID
I have a form for adding new client information, the process should be fill
in the Client Table, then the IPSID table.
My problem/confusion is I'm forced to generate an IPSID number in the IPSID
table before touching the Client table AND im forced to add a ClientID to
Implimentation before touching the Client table. IPSID and ClientID are
autonumbers. How do I fix this? Is it a relationship issue? or do I write
code to wrok around this?
[IPSID].IPSID --- 1 to many --> [Client].IPSID / [Client].ClientID --1 to
1 --> [Implementation].ClientID
I have a form for adding new client information, the process should be fill
in the Client Table, then the IPSID table.
My problem/confusion is I'm forced to generate an IPSID number in the IPSID
table before touching the Client table AND im forced to add a ClientID to
Implimentation before touching the Client table. IPSID and ClientID are
autonumbers. How do I fix this? Is it a relationship issue? or do I write
code to wrok around this?