AppendQuery

D

David#

I have a Table "StopOders" with PrimKey "StopID" A 2nd table is
"StopDetail" is linked with StopID. ("DETAIL" can contain many record for
one "ORDER") In an unbound form, I have two combo's, one which limits the
results of the other. I trying to append selection results from the unbound
form to the "DETAIL" subform, but can't seem to capture the "STOPID" field to
append to the "StopDetail". *** the reason i'm not using a the unbound combo
form as a "continuous" subform is because a change in the first combo box
affects every previ0us slsecton in the subform" Any suggestions on writing
this combobox data to this subform (or supporting table)? Thanx - David
 
Top