Maybe this makes more sense...I have a form to add data to an invoice table.
I want to add a customer to the invoice from the contact table. So how do I
create a button and then have it ask for a customer name and then it would
pull the information from the contact table to the [Customer Name] field in
the form (could either be the PID number or the actual name). Then when I
want to print the invoice I want the report to print all the information from
the contact table.
Here is another possiblity, someone before me created a combo box in a
different database and they have the company name, address, and phone number
all in one field. So when they pull the field information all the information
pulls from one field. I tried this, but when I try to input the name, address
and phone number it does not let me format it how I want
(so it looks like this:
first name, last name
company name
address
city, state, zip) instead if moves all of these around. Do I use a "memo"
field for this ? I will keep playing with this since I know it has been done,
unless you have a solution for doing it the other way.
Thanks for the help!
Phone
John W. Vinson said:
You can't "add a contact to a form" - a form does not contain data, it's just
a window to view data in a table.
What is the structure of your table? (I don't have the Microsoft Contacts
template downloaded at present). What is the Recordsource of the form? What
exactly do you want to do with the contact when you select it?