Hello,
I have two tables:
Contacts (id, name, email .......)
and
ContactsClients (id, contactid, name, email .......)
Its quite a simple database where I have a database of my contacts, and a relationship one to many to a database of my contacts clients.
I have created a form, to add my contacts. Now when I come to create a form for adding my Contacts Clients information in, I come to to the entering contactid and get stuck.
How can I get this information entered automatic? I want to go from viewing my contacts, click a button then starting adding contacts clients?
Is this possible, or do I have to each time adding a contact client select my contact from a dropdown?
I have two tables:
Contacts (id, name, email .......)
and
ContactsClients (id, contactid, name, email .......)
Its quite a simple database where I have a database of my contacts, and a relationship one to many to a database of my contacts clients.
I have created a form, to add my contacts. Now when I come to create a form for adding my Contacts Clients information in, I come to to the entering contactid and get stuck.
How can I get this information entered automatic? I want to go from viewing my contacts, click a button then starting adding contacts clients?
Is this possible, or do I have to each time adding a contact client select my contact from a dropdown?