fatbloater
Registered User.
- Local time
- Today, 14:56
- Joined
- Sep 28, 2004
- Messages
- 36
i have the following code on a button
if isdate(start_date) = false then
start_date = now
else
end if
This is looking at start date and if it is null entering the date and time (now) else leae what is in there. The problem i have is if the user keeps pressing the button then a new date and time (now) gets entered.
I need to have the button formatted like this, can anybody help?
if isdate(start_date) = false then
start_date = now
else
end if
This is looking at start date and if it is null entering the date and time (now) else leae what is in there. The problem i have is if the user keeps pressing the button then a new date and time (now) gets entered.
I need to have the button formatted like this, can anybody help?
Last edited: