N NEEDHELP123 Registered User. Local time Today, 14:17 Joined Jun 5, 2006 Messages 23 Jun 6, 2006 #1 There is a Date Submitted in my form that I would like it automatically poplulated with the current date. How do I do that?
There is a Date Submitted in my form that I would like it automatically poplulated with the current date. How do I do that?
selenau837 Can still see y'all...... Local time Today, 14:17 Joined Aug 26, 2005 Messages 2,211 Jun 6, 2006 #2 NEEDHELP123 said: There is a Date Submitted in my form that I would like it automatically poplulated with the current date. How do I do that? Click to expand... me.[textboxname].value = Date() or for date and time me.[textboxname].value = Now()
NEEDHELP123 said: There is a Date Submitted in my form that I would like it automatically poplulated with the current date. How do I do that? Click to expand... me.[textboxname].value = Date() or for date and time me.[textboxname].value = Now()