Requery

peterbowles

Registered User.
Local time
Today, 07:29
Joined
Oct 11, 2002
Messages
163
I have a field on a form which data changes when a button is pressed.

I need the form to update itself and still stay with the same record I have been working with

I tried requery but that goes back the the start of the record set, I also tried Me.Refresh but that did no do anything

Any ideas

Thanks
 
Update itself in what way
 
I have a a field ImagePath which Stores a default Image to display in a imageframe.

I also have a browse button so I can located a new image and that image is stored in the field ImagePath

But i have to close the form and open again before the default image is replaced
 

Users who are viewing this thread

Back
Top Bottom