Form Help

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

Guest

I have a search form that I keep opened on my PC to check
the data that's being added. What happens is when users
are adding data to the table, I don't see this data until
I close the form and reopen it. Is their code I can place
behind a button that once clicked it would show the new
data instead of closing and opening the form all the time

Thanks in Advance
 
I have a search form that I keep opened on my PC to check
the data that's being added. What happens is when users
are adding data to the table, I don't see this data until
I close the form and reopen it. Is their code I can place
behind a button that once clicked it would show the new
data instead of closing and opening the form all the time

Thanks in Advance

Check:
Me.Requery

Related instructions, check out:
Me.Refresh
Me.Repaint
Me.Recalc

Ron
 
Back
Top