dependent button

ariansman

Registered User.
Local time
Today, 06:51
Joined
Apr 3, 2012
Messages
157
There is a form with some fields and it has a button which goes to the next records. how can we make the button inactive otherwise all or some of the filed are filed?
Thank you
 
...how can we make the button inactive otherwise all or some of the filed are filed.../QUOTE]

Is that supposed to be 'all or some of the fields are filled?

Or something else?

If the former, you don't need to make the button inactive, but rather prevent the current Record from being saved (using validation in the Form_Update event) until all required Fields are populated. This will also prevent the user from closing the Form and saving an incomplete record.

Linq ;0)>
 

Users who are viewing this thread

Back
Top Bottom