Can someone please help...........
I have created 2 table as follows:
Table 1: suppliers
Field: country
Field: import (checkbox)
Field: export (checkbox)
Field: importandexport (checkbox)
Feild: email
Table 2: quotes
Field: companyname
Field: shipping
This is what is suppose to happen:
Users fill the quote table with there companyname and shipping details. The shipping field is a drop down list containing the following 3 items: Germany, Sweden & France.
Suppliers fill in the suppliers table with there information. Again, The country field is a drop down list containing the following 3 items: Germany, Sweden & France. The Suppiers check whether they import, export or importandexport.
I want to be able to do the following from quotes:
On the edit page, I want to be able to click a "SEND EMAIL" link. As an example, if the shipping field contains Germany, then the supplier table country field is checked for all records containing Germany. If true, then the companyname & shipping field details from the quote table are sent to the email held in the supplier table.
Your help would be much appreciated....
Lisa