refresh database view form

M

mon

Have to put this one in again.
subform1 is database view of table1. subform2 is dataentry
for table1. Can I refresh subform1 so that the saved new
record (entered into subform2) is seen in subform1 without
moving to another record via the main form.
thanks mon
 
T

thecuzin

Try a macro that says goto [subform1] and then sendkeys
{F9} and then goto original focus again.
 
M

mon

Sorry thecizin,
Can you be a bit more specific, I have not started on
macros, thanks monika
-----Original Message-----
Try a macro that says goto [subform1] and then sendkeys
{F9} and then goto original focus again.
-----Original Message-----
Have to put this one in again.
subform1 is database view of table1. subform2 is dataentry
for table1. Can I refresh subform1 so that the saved new
record (entered into subform2) is seen in subform1 without
moving to another record via the main form.
thanks mon
.
.
 
Top