I have an access form having a command button which will perform a certain action onclick for the current record.
I need to disable the button function by navigating the records before the current one from the form or in other words, to have the button property (enabled) = false all the time except when the current record is new only.
this makes me thinking on how to inform access vba to navigate and if the current record is a new one, then to enable the button to perform its function, or if it is one preivouse record then to nake the button property (enabled) = false.
Can this be performed and works?
I need to disable the button function by navigating the records before the current one from the form or in other words, to have the button property (enabled) = false all the time except when the current record is new only.
this makes me thinking on how to inform access vba to navigate and if the current record is a new one, then to enable the button to perform its function, or if it is one preivouse record then to nake the button property (enabled) = false.
Can this be performed and works?
Comment