Snap shot question

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

Guest

I have a form whos recordset type is a snapshot. I’m using a button to
update the table using data from input boxes. I need to keep the form fields
bounded. How do
I refresh the form? Since it is a snapshot, control. requery, from.repaint,
from.refresh are not working. Any suggestions or code will be appreciated.
 
As stated in your previous post from 10:55 in another newsgroup...

A snapshot is a saved or emailed version of a printed report. To refresh
the report, you would rerun it. Then you could save it, or email it as a
new snapshot.

The term "snapshop" (by definition) is not going to update or change, it is
a picture of the data at a particular time.

Rick B
 
Back
Top