Quick question (and probably very simple :D )
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...