B
Bruce
I have a form (Vendor Info) that displays information
about a vendor. At the top of the form is a box to select
the vendor. Once the vendor is selected, the rest of the
information (address, phone, etc.) populates the rest of
the form. I have another form (Vendor Fax) that will send
a fax to a vendor, but so far the only way to select the
vendor is with the record selector at the bottom of the
form. I want to place a command button on the Vendor Info
form that when clicked will open the Vendor Fax form. I
can do this to the extent of getting the Vendor Fax form
to open, but I do not know how to tell Vendor Fax to use
the currently selected record for company name, fax
number, and other fields. Right now I still have to
scroll through all of the records until I get to the one I
want.
about a vendor. At the top of the form is a box to select
the vendor. Once the vendor is selected, the rest of the
information (address, phone, etc.) populates the rest of
the form. I have another form (Vendor Fax) that will send
a fax to a vendor, but so far the only way to select the
vendor is with the record selector at the bottom of the
form. I want to place a command button on the Vendor Info
form that when clicked will open the Vendor Fax form. I
can do this to the extent of getting the Vendor Fax form
to open, but I do not know how to tell Vendor Fax to use
the currently selected record for company name, fax
number, and other fields. Right now I still have to
scroll through all of the records until I get to the one I
want.