Populating a field based on another

Ste4en

Registered User.
Local time
Today, 22:41
Joined
Sep 19, 2001
Messages
142
How do i go about this.

I want to check a box is_assigned and have field assigned_date be updated to be a date (which will be set in another period_date field).

Thanks
 
If Checkbox = -1 Then
Textbox = Date()
Else
Textbox= ""
End If
 
Thank you.
 

Users who are viewing this thread

Back
Top Bottom