refresh data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that has a couple sub forms inside it. when I up date one of
the databases, it does not show up in the other sub forms until i hit refresh
data or move from record to record or open / clode the form. Is the an
option or code to refresh data links after each record entry?

CB
 
First of all, I am not the VBA user, so I cannot suggest you with the VBA
code. However, you could use macro to accomplish the same thing. In macro,
assign the macro name, and select Requery in the macro command list. Attach
this macro name in the fields you input the new data, so after you finish
update, this macro will run to update and appear in the subform.
 

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

Back
Top