A
Andy
Hi;
Want to use one report to print envelopes..
The main form contains 6 combo boxes.
Each Combo box displays only the name of a company and the contact we deal
with in the list.
Example: Shirt Mfgrs, Hat Mfgrs, Shoe Mfgrs. Etc.
When you dbl-click the combo box; a form opens where you can add an item to
the list including the name of the company, address, phone and contact.
That form is bound to a distinct table, (tblShirts/frmShirts,
tblHats/FrmHats).
Instead of creating 6 different reports bound to 6 different qrys, would
like to create one report that can be used by all 6 forms.
For instance: On the form that opens with the dbl-click there would be a
cmdbutton; when clicked would populate the controls of the report with the
information currently displayed on the form.
If frmShirts, (bound to tblShirts), is open the name of the company and it's
address would be included in the report.
If frmHats, (bound to tblHats), is open the name of the company and it's
address would be included in the report.
The cmdbutton is easy. Populating the controls on an unbound report w/data
from 6 different tables is what I need to learn.
Any suggestions?
Andy
Want to use one report to print envelopes..
The main form contains 6 combo boxes.
Each Combo box displays only the name of a company and the contact we deal
with in the list.
Example: Shirt Mfgrs, Hat Mfgrs, Shoe Mfgrs. Etc.
When you dbl-click the combo box; a form opens where you can add an item to
the list including the name of the company, address, phone and contact.
That form is bound to a distinct table, (tblShirts/frmShirts,
tblHats/FrmHats).
Instead of creating 6 different reports bound to 6 different qrys, would
like to create one report that can be used by all 6 forms.
For instance: On the form that opens with the dbl-click there would be a
cmdbutton; when clicked would populate the controls of the report with the
information currently displayed on the form.
If frmShirts, (bound to tblShirts), is open the name of the company and it's
address would be included in the report.
If frmHats, (bound to tblHats), is open the name of the company and it's
address would be included in the report.
The cmdbutton is easy. Populating the controls on an unbound report w/data
from 6 different tables is what I need to learn.
Any suggestions?
Andy