Option Groups

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My database has customers in in, with each Household having the option of
[Contact] and [Spouse]

MainForm=(1)
SubForm=(2)
Sub-SubForm=(3)
I have an order form (a subform from the main form) where the user is to
select who the ordering customer is:the Contact or Spouse. The user also
enters the address, phone number...

Then there is a continuous sub-subform that shows all the order details
(product ID, prices, shipping size...)

When I stay with the client on the main form (1) but then go from order to
order on the subform(2), the option box only remembers my last
selection...it's not matching up to that specific order.

Is there anyway to fix this? Thanks!
 
Make sure that the Link Master/Child property of the subform (on the data
tab) have the correct linking field.
 
Back
Top