Hi Jeff
I tried your suggestion but it does not work. You see
fsubBooks is based on qryBooks, and for some reason
qryBooks updates when the command button is clicked.
Unfortunately, fsubBooks does not update straight away. It
is only when i go into design view and then back into form
view that it updates. Any ideas as to what is wrong? There
seems to be a problem with the connection between qryBooks
and fsubBooks but i don't know what.
Martin
-----Original Message-----
If all you need to do is requery the subform, then this is no problem.
Note that the subform's Access Name may be different than
what the form has called it. Click the edge of the
subform while in design view and check the "name" field in
the properties window. For example, the subform might be
called subfrmStuff in the Access window... while the form
may refer to it as MySubForm. While in the VBA code of
the button's click event, just type the equivalent
of "MySubForm.Requery".