CrazyKillerMan
Registered User.
- Local time
- Today, 21:12
- Joined
- Nov 26, 2002
- Messages
- 23
Hello...I have a form that needs to have code placed in it so as not to have records updated. Thanks to a previous post, I believe the code I was showed will work. But I do ahve a question:
Where can I put this 'on current' code? The form has text boxes binded to a table. I want to be able to browse the records, but not update until newrecord = true.
I have fidled with VB on this and with no luck. I referenced a book that I have, and the only thing that related to this was that it said it was an event that could not be cancelled. I did check the event tab on the form properties and the OnCurrent event is not present, only On Click, On DBLClick, Mouse Down, Mouse Move, Mouse Up.
Sorry if this is a newbie question but I am very new to access and things are going along good, but I dont fully understand the system yet.
Thanks.
Ben
Where can I put this 'on current' code? The form has text boxes binded to a table. I want to be able to browse the records, but not update until newrecord = true.
I have fidled with VB on this and with no luck. I referenced a book that I have, and the only thing that related to this was that it said it was an event that could not be cancelled. I did check the event tab on the form properties and the OnCurrent event is not present, only On Click, On DBLClick, Mouse Down, Mouse Move, Mouse Up.
Sorry if this is a newbie question but I am very new to access and things are going along good, but I dont fully understand the system yet.
Thanks.
Ben
Last edited: