here are the tables involved and their fields
(client)
-email address (PK)
-clients details i.e. post code and address
(booking)
-customer ID (PK) autonumber
-product
-quantity
-price
(booking link)
-customer ID (PK)
-email address
relationships
(booking link)'s customer ID has relationship link to (booking)'s customer ID
(booking link)'s email address has relationship link to (client)'s email addess
The problem
"this is theortical couldnt create form read sidenote"
I create a form with following fields
email address (booking link)
product (booking)
quantity (booking)
price (booking)
when user clicks add new record
i want the autonumber created from (booking) table also go to (booking link) table along with email address
side note
i tried to create a form doing this but it keeps saying specify relationship when trying to add email address from (booking link) to form
(client)
-email address (PK)
-clients details i.e. post code and address
(booking)
-customer ID (PK) autonumber
-product
-quantity
-price
(booking link)
-customer ID (PK)
-email address
relationships
(booking link)'s customer ID has relationship link to (booking)'s customer ID
(booking link)'s email address has relationship link to (client)'s email addess
The problem
"this is theortical couldnt create form read sidenote"
I create a form with following fields
email address (booking link)
product (booking)
quantity (booking)
price (booking)
when user clicks add new record
i want the autonumber created from (booking) table also go to (booking link) table along with email address
side note
i tried to create a form doing this but it keeps saying specify relationship when trying to add email address from (booking link) to form