i would like to search an access database using the date/time field in database. In my app, i am using a datetime variable. My question is how would i use a datetime value from my app to search the access database's date/time field??
(At least in my experience) The two data types match up really well... you could use < > = operations, or you could use the DateDiff() function. Once you use the Data Adapter object to retrieve your information, you can compare the VB data type [blue]Date[/blue] to the db's date/time field.
Ben
A programmer was drowning. Lots of people watched but did nothing. They couldn't understand why he yelled "F1!"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.