User Profile

Collapse

Profile Sidebar

Collapse
abhisdoc
abhisdoc
Last Activity: Oct 4 '09, 01:31 AM
Joined: Jun 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • abhisdoc
    replied to VB 2005 MS Access Time question
    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...
    See more | Go to post

    Leave a comment:


  • abhisdoc
    started a topic VB 2005 MS Access Time question

    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...
    See more | Go to post
No activity results to display
Show More
Working...