DazedandMuddled
is not hard? is it......?
- Local time
- Today, 14:19
- Joined
- Apr 9, 2004
- Messages
- 11
Quick question (and probably very simple
)
on a form how can i disable a button when i move to another record.
ie. the button is named btnName
the function of it is to execute the command
DoCmd.GoToRecord , , acNewRec
obviously this opens another record but the button is still enabled how do i disable it -is it on the onload or afterupdate element of the form??
Thanks
Cam

on a form how can i disable a button when i move to another record.
ie. the button is named btnName
the function of it is to execute the command
DoCmd.GoToRecord , , acNewRec
obviously this opens another record but the button is still enabled how do i disable it -is it on the onload or afterupdate element of the form??
Thanks
Cam