OK, that helped.
You want to let them add or edit 1 record only correct.
In the On Click code for both buttons add the following as the last lines of code.
me.YourButtonNameHere.Enable = False
When they click the button 1 time this will turn the button off.
Dale