simonblanco
New member
- Local time
- Today, 21:54
- Joined
- Jan 20, 2010
- Messages
- 2
Hi everyone, it's my first post here. I use macros on excel quite often, but with Access i'm totally lost....
My question: I have a starting form from where you can move between other forms. I want a button on the starting form (a control box?) that you click and able/disable editing (by default disabled) in the whole database (access2007).
I have seen i must use:
Me.AllowEdit = True / False
but differently than excel i am not sure where i must put that code, and how i can link it to the button. If you can be quite detailed i'll be very grateful...
Thanks in advance!!!
My question: I have a starting form from where you can move between other forms. I want a button on the starting form (a control box?) that you click and able/disable editing (by default disabled) in the whole database (access2007).
I have seen i must use:
Me.AllowEdit = True / False
but differently than excel i am not sure where i must put that code, and how i can link it to the button. If you can be quite detailed i'll be very grateful...