Date into a table

beatleman

Registered User.
Local time
Today, 05:09
Joined
Mar 28, 2007
Messages
21
hi, im using codecontextobject to write data directly into the record column in my table. I cant get it to write today's date into the record though?
i've tried [Date] = date...
any one know? thanks

with CodeContextObject
[Type] = x + 100
[Date] = ??

end with
 
re

solved it! text box with default value set to Date(), called the txtbox "tdate" and called it up in the code.
 

Users who are viewing this thread

Back
Top Bottom