Hello,
Thank you so much for helping me out. The database is connecting to the frontend because it is giving a report, just its not perfect, for example if I search for times between 6:00 PM and 9:00 PM, I may get something but I wont get something in a different time. I am thinking it is a problem in my query. I will post the query again...
dim dt as string
dim dt2 as string
dt = TextBox1.Text...
User Profile
Collapse
-
VB 2005 MS Access Time question
I am a newb on VB 2005 and I am trying to rework a DB app an ex colleague had made before.
There is an ACCESS backend with a field tstmp (Timestamps) I need to make a simple query with two Textboxes and the Text Boxes take the users input in the MM/DD/YYYY hh/mm/ss format.
The code I have is :
Dim Dt as datetime
Dim Dt1 as datetime
dt = TextBox1.Text
dt1 = TextBox2.Text...
No activity results to display
Show More
Leave a comment: