There r many clients, clients can be of 3 types - prospect, business, trust. one client can belong to one or more types at the same time.
accordingly i designed tables like this:
client('clientID', firstname, surname)
prospect('clientID', b'date,taxcode,income)
business('clientID', businessname,Accountant,Solicitor)
trust('clientID', trustname,trustees)
the primary keys are in quotes. i want to create form to display records of all prospect clients, which includes the fields frm client table and prospect table.
how do i make this work ???
accordingly i designed tables like this:
client('clientID', firstname, surname)
prospect('clientID', b'date,taxcode,income)
business('clientID', businessname,Accountant,Solicitor)
trust('clientID', trustname,trustees)
the primary keys are in quotes. i want to create form to display records of all prospect clients, which includes the fields frm client table and prospect table.
how do i make this work ???