J
Jaybird
I've been burning the candle at both ends lately, and now I've found that I
can't think clearly about this problem. I could use some input... What I've
got is a form that logs all the order items that are to go into a furnace.
This is called [HT Load Info]. It logs all the information about the load as
a whole to a table called [HT Load Info]. Specific information about the
items in the load come from a continuous subform that is based on two tables
called [tblPartNumbers] and [tblOrderDetails]. The link between the main
form and the subform is a field called [Load Number] which is the primary key
for the table [HT Load Info]. So, by design, each record of the table [HT
Load Info] is a new load. And all of the items associated with that load are
to be stored in the table [tblOrderDetails] referenced by the field [Load
Number]. Makes sense to me, in my foggy logic. However, I can't seem to
figure out how to pass the load number from the main form to the subform
without errors. Presumably, once the load number is established in the main
form, I should be able to pick out the load items in the subform, and the
load number will be passed to those items programatically... Or so I thought
in my quieter moments. Now, the time has come to put the thing together (I
have people waiting on this project) and I find that I'm a little sketchy
about the important particulars, and I'm too brain fried to come up with a
solution on my own. Does anyone have ideas?
can't think clearly about this problem. I could use some input... What I've
got is a form that logs all the order items that are to go into a furnace.
This is called [HT Load Info]. It logs all the information about the load as
a whole to a table called [HT Load Info]. Specific information about the
items in the load come from a continuous subform that is based on two tables
called [tblPartNumbers] and [tblOrderDetails]. The link between the main
form and the subform is a field called [Load Number] which is the primary key
for the table [HT Load Info]. So, by design, each record of the table [HT
Load Info] is a new load. And all of the items associated with that load are
to be stored in the table [tblOrderDetails] referenced by the field [Load
Number]. Makes sense to me, in my foggy logic. However, I can't seem to
figure out how to pass the load number from the main form to the subform
without errors. Presumably, once the load number is established in the main
form, I should be able to pick out the load items in the subform, and the
load number will be passed to those items programatically... Or so I thought
in my quieter moments. Now, the time has come to put the thing together (I
have people waiting on this project) and I find that I'm a little sketchy
about the important particulars, and I'm too brain fried to come up with a
solution on my own. Does anyone have ideas?