Skip Bisconer
Who Me?
- Local time
- Today, 15:22
- Joined
- Jan 22, 2008
- Messages
- 285
I would like to place a value in an unbound textbox and have a bound field retain the unbound value after update, Have tried using the bound fields default value and using code in the afterupdate event but I can't make it work. I am trying to do a work around from a previously unrequited post. The following is the code I used for the Afterupdate. Any help is appreciated.
Private Sub RouteID_AfterUpdate()
Me.RouteID.Value = Me.PegRoute.Value
End Sub
Private Sub RouteID_AfterUpdate()
Me.RouteID.Value = Me.PegRoute.Value
End Sub