Subform recs disappear as edit Main form ctrls

G

Gcook888

The subform records disappear because of condition of recordset.

The subform rec set is SELECT * FROM SubTable WHERE Field1 = [MainFormCtl1] AND
Field2 = [MainFormCtl2] AND Field3 = [MainFormCtl3].

Field1, Field2,Field3 make a primary key in MainTable and used as foriegn key
into SubTable. So when an edit is made the subform records disappear until a
MainForm_AfterUpdate happens apparently. (They come back if i just click in
the subform.)

What can I run in the MainFormCtl AfterUpdate to make the records stay visible?
Or else run something else somewher else?
 

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