Option Groups

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!
 
A

Arvin Meyer [MVP]

Make sure that the Link Master/Child property of the subform (on the data
tab) have the correct linking field.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top