R
Rick's News
How do I code a check box to set the current records, start time, and end
time of an appointment to a specific time.
CheckBox 1 = All Day Event...
if [checkbox 1] = true then
[Start Time] = 07:00
[End Time] = 17:00
else
[Start Time] =[Start Time]
[End Time] = [End Time]
end if
end sub
Am I on the right track???
Thanks in Advance...
-Rick
time of an appointment to a specific time.
CheckBox 1 = All Day Event...
if [checkbox 1] = true then
[Start Time] = 07:00
[End Time] = 17:00
else
[Start Time] =[Start Time]
[End Time] = [End Time]
end if
end sub
Am I on the right track???
Thanks in Advance...
-Rick