Click to See Complete Forum and Search --> : [RESOLVED] Databinding Date with Textbox and Access DB


pj1981
03-25-2011, 09:56 PM
Hi,
I am working on a project for work that requires the <%# Now() %> function output to be inserted into a text box field that passes it's value to an Access 2007 DB with the rest of the form data on submission.

I am able to either make the textbox field display the Date/Time Stamp or for it to bind to the DB but can't do both.

Any assistance would be appreciated. :-)

I am using FormView in InsertItem mode.

Ribeyed
03-26-2011, 05:14 AM
Can u post some code u have?

pj1981
04-13-2011, 06:30 AM
I ended up using the Now() function from within the SQL Statement.
Sorry for overlooking this post and leaving it not marked as closed.