Using CS3 and new added Dev. Toolbox. I created an insert
record form using Toolbox and it looks great. My problem is this: I
am working with an Access db (No that's not the entire problem, but
it is the root. hehe) Anyway, I have three fields, one for an event
date, one for the event time, and one for the event name. The
wizard did pick up that the two fields in the db are date fields,
however... if you have ever worked with Access you know the date
must be run through #CreateODBCDateTime()# before it can be
inserted. I am not familiar with all the stuff the wizard put in
the page and have so far been unable to determine where I can use
the ODBC function prior to insertion. Is there anyone out there
familiar with the wizard code and how to modify it? All the
validation and transaction stuff is stuff I haven't coded before
and I think where my understanding problem lies. Thanks in advance
guys.