B
Brian
I have a form where I enter prospective sales leads into a leads table. Some
of these leads may result in a new sale. I have forms to enter data into the
respective tables seperately.
frmLeads
------------
leadID
nameLast
nameFirst
address
city
state
zip
phone
frmNewSales
-------------------
custID
nameLast
nameFirst
address
city
state
zip
phone
saleDate
invoice#
ProductInfo .............
I would like to be able to view the record of a lead and, with the click of
a button export that data that is common to both forms into the New Sale form
so I can add the additional information.
The leads table and customers tables are seperate tables
The frmNewSales is also used to add new sales not generated from leads
I'm sure this is possible or is there a better way.
of these leads may result in a new sale. I have forms to enter data into the
respective tables seperately.
frmLeads
------------
leadID
nameLast
nameFirst
address
city
state
zip
phone
frmNewSales
-------------------
custID
nameLast
nameFirst
address
city
state
zip
phone
saleDate
invoice#
ProductInfo .............
I would like to be able to view the record of a lead and, with the click of
a button export that data that is common to both forms into the New Sale form
so I can add the additional information.
The leads table and customers tables are seperate tables
The frmNewSales is also used to add new sales not generated from leads
I'm sure this is possible or is there a better way.