I have 2 tables,
Client("ClientID", Firstname,Surname)
Individual/ProspectClient("ClientID",Taxcode,Bithdate,Age..)
its one-to-one relationship
The primary keys are in double quotes.
I want to display the records frm both tables using a form, if i choose fields frm both the tables, my form doesnt work.
the question is can i build a sub form within a one2one relationship ?
any other suggestions regarding the situation will also be appreciated
Client("ClientID", Firstname,Surname)
Individual/ProspectClient("ClientID",Taxcode,Bithdate,Age..)
its one-to-one relationship
The primary keys are in double quotes.
I want to display the records frm both tables using a form, if i choose fields frm both the tables, my form doesnt work.
the question is can i build a sub form within a one2one relationship ?
any other suggestions regarding the situation will also be appreciated