C
Claire
Hi all,
I have a query (qryExpectedDevices) that will produce a list of devices that
are supposed to be tested at a specified site. I know I am able to create a
one to many form bound to this query with the site information on the top and
the devices listed below.
However, I have a separate table (tblTestResults) that lists each device and
its test information (ie date, pass or fail, and comments). I would like to
create another (or a related or the same?) one to many form that lists the
site information on the top (including testing date and inspector to be
entered), and lists the devices that were supposed to be tested along with
test results. The one part of the form would be bound to a table tblTests (I
haven't designed this part yet, but I think I know how to work it), and the
many part will be bound to the tblTestResults. I would like this to be
populated with the devices from the qryExpectedDevices.
How can I populate the tblTestResults portion of the form (the subform) with
the devices from qryExpectedDevices when I enter the site in the main form?
Note: It's possible that additional devices will be tested at this time
that were not expected. I'm fine entering these on a pop up form or the
like, but it would be nice to enter them on this form. I don't think I'll
ever want to delete an expected device from the actual list, but that's not
out of the realm of possibility (I think I'll have a box to check that says
missed, instead of removing it).
Thanks for any suggestions you have,
Claire
I have a query (qryExpectedDevices) that will produce a list of devices that
are supposed to be tested at a specified site. I know I am able to create a
one to many form bound to this query with the site information on the top and
the devices listed below.
However, I have a separate table (tblTestResults) that lists each device and
its test information (ie date, pass or fail, and comments). I would like to
create another (or a related or the same?) one to many form that lists the
site information on the top (including testing date and inspector to be
entered), and lists the devices that were supposed to be tested along with
test results. The one part of the form would be bound to a table tblTests (I
haven't designed this part yet, but I think I know how to work it), and the
many part will be bound to the tblTestResults. I would like this to be
populated with the devices from the qryExpectedDevices.
How can I populate the tblTestResults portion of the form (the subform) with
the devices from qryExpectedDevices when I enter the site in the main form?
Note: It's possible that additional devices will be tested at this time
that were not expected. I'm fine entering these on a pop up form or the
like, but it would be nice to enter them on this form. I don't think I'll
ever want to delete an expected device from the actual list, but that's not
out of the realm of possibility (I think I'll have a box to check that says
missed, instead of removing it).
Thanks for any suggestions you have,
Claire