K
Kevin
Need the correct procedure for the following:
1. A record's checkbox value = True
2. User clicks checkbox to uncheck and gets a msgbox that
asks.. Are you sure?
3. IF msgbox = vbno Then
4. Return value of checkbox to checked (True)
5. Else value of checkbox = False
Hope this is enough info.
Thanks in advance
1. A record's checkbox value = True
2. User clicks checkbox to uncheck and gets a msgbox that
asks.. Are you sure?
3. IF msgbox = vbno Then
4. Return value of checkbox to checked (True)
5. Else value of checkbox = False
Hope this is enough info.
Thanks in advance