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
.
.
 

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