I have check box on the form and I want that if somebody tick the box then name of person who logged to database gets locked on my form. Please guide me how is it possible
I have check box on the form and I want that if somebody tick the box then name of person who logged to database gets locked on my form. Please guide me how is it possible
on the checkbox after update event
txtBox = Environ("Username")