C
Cat Winslow
I have a main form frmCustomerSystems bases on a qry that combines all
customer data and the often-referenced part of the system data. It has 5
tabs, 2 contain much of that necessary system data. (I have a button that
allows input / view of the rest of the system info.) Two others have subforms
linked to show the Builder and the Installer of the system. Those all work
fine.
My problem is the tab that holds my DatesAndServices form. It's recordsource
is tblDatesAndServices, and has pk Service#, fk CustomerID, fk SystemID and
is currently linked (child/master) to the frmCustomerSystems by SystemID. (We
don't really care who the current customer is except to be able to find their
system easily; the system is our important item.) frmDatesAndServices will
pick up the SystemID from the current record on the main form, but not the
CustomerID. So something is needed there. The goal is that I can click a
button on frmDatesAndServices to open another form with all of the details
they need to fill in at each inspection, and I'd like to already see some
info that could automatically fill in from the main frmCustomerSystems
(custname, address, lot, etc). Am I asking too much? Or just asking the wrong
way?
So many thanks... (i hope this is a better explan. that long ago when i
started this...)
customer data and the often-referenced part of the system data. It has 5
tabs, 2 contain much of that necessary system data. (I have a button that
allows input / view of the rest of the system info.) Two others have subforms
linked to show the Builder and the Installer of the system. Those all work
fine.
My problem is the tab that holds my DatesAndServices form. It's recordsource
is tblDatesAndServices, and has pk Service#, fk CustomerID, fk SystemID and
is currently linked (child/master) to the frmCustomerSystems by SystemID. (We
don't really care who the current customer is except to be able to find their
system easily; the system is our important item.) frmDatesAndServices will
pick up the SystemID from the current record on the main form, but not the
CustomerID. So something is needed there. The goal is that I can click a
button on frmDatesAndServices to open another form with all of the details
they need to fill in at each inspection, and I'd like to already see some
info that could automatically fill in from the main frmCustomerSystems
(custname, address, lot, etc). Am I asking too much? Or just asking the wrong
way?
So many thanks... (i hope this is a better explan. that long ago when i
started this...)