I have a form in Access 2003 Project that is a continuous form. I want to enable a command button on the form after data in the current record is changed/edited. The button is normally disabled.
I got the code set up like this on the forms "After Update" property:
Me.Command186.Enabled=True
This works..sort of. This enables ALL the instances of the Command186 button instead of the one for the record I'm editing ONLY...
Any ideas? There has to be a way to do this...
I got the code set up like this on the forms "After Update" property:
Me.Command186.Enabled=True
This works..sort of. This enables ALL the instances of the Command186 button instead of the one for the record I'm editing ONLY...
Any ideas? There has to be a way to do this...