subform data does not clear

G

Guest

I have the subform Order Details based off a query to add new order details.
It is a subform of the orders form. Yes very predictable. Anyway, when I add
info then go to the next order record, the data in the subform from the first
order remains. Any help?? Thank you
 
A

Allen Browne

1. Open the main form in design view.

2. Right-click the edge of the subform control, and choose Properties.

3. Set the Link Master Fields property to [Order ID] or whatever the field
is called in your main form.

4. Set the Link Child Fields property to [Order ID], or whatever the
matching field is called in your subform.
 
G

Guest

Thank you I will try it out.

Allen Browne said:
1. Open the main form in design view.

2. Right-click the edge of the subform control, and choose Properties.

3. Set the Link Master Fields property to [Order ID] or whatever the field
is called in your main form.

4. Set the Link Child Fields property to [Order ID], or whatever the
matching field is called in your subform.

--
Allen Browne - Microsoft MVP. Perth, Western Australia

Reply to group, rather than allenbrowne at mvps dot org.

findlej said:
I have the subform Order Details based off a query to add new order
details.
It is a subform of the orders form. Yes very predictable. Anyway, when I
add
info then go to the next order record, the data in the subform from the
first
order remains. Any help?? Thank you
 

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