Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

changedate field 1

Status
Not open for further replies.

lewie

Technical User
Joined
Jan 17, 2003
Messages
94
Location
US
Hi I put a text box named changedate on a form. It is a bound form and the box is bound to the changedate field.
I put a line of code
changedate = date
in the afterupdate event. It updates the field but it is then stuck in that record. What do I need to add to make this work properly.
Thanks
Lewie
 
Try using the before update event of the form in stead.

Roy-Vidar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top