Command Button

Jon123

Registered User.
Local time
Today, 18:44
Joined
Aug 29, 2003
Messages
668
Is there a way to set a command button up so that it can only be used 1 time per record? Kinda set a flag or something ?

jon
 
Is there a way to set a command button up so that it can only be used 1 time per record? Kinda set a flag or something ?

jon

i would put a flag type field in the record as a boolean and maybe say: true = command button pushed, false = NOT pushed yet. think so?
 
What do you mean by boolean?

jon
 

Users who are viewing this thread

Back
Top Bottom