Results 1 to 9 of 9
  1. #1

    Default help on vb programming


    need help on SQL query about to dates using Visualbasic 6.0
    which is from date to date specified
    and display data that belong to that date range in a 1 table

    ..thanks

  2. #2

    Default Re: help on vb programming

    ha? unsa?

  3. #3

    Default Re: help on vb programming

    BRO ASA KA NAKAPALIT VB6 kay nangita ko bro kay naa ko application himoon... tnx....

  4. #4

    Default Re: help on vb programming

    naka palit ko ug vb book sa National Bookstore na naay apil na vb installer. Visual Basic Working Model. ok ra kaayo ni for school projects. dili pwede maka compile ug no activex support. mura 400 kapin to ang book.

  5. #5

    Default Re: help on vb programming

    OK SALAMAT FOR THE INFO BRO.... :mrgreen: :mrgreen: :mrgreen: :mrgreen:

  6. #6

    Default Re: help on vb programming

    what ru using dude to filter a data base on specified date?
    ru using a datepicker or monthview control

    if your using a datepicker then you can format it like this one:

    text1.text = format(DTP1, 'dd-MM-yyyy')

    pass the datepicker value to a text box or u can directly get the datepicker values and on your
    query you may use like:

    sSQL = "Select * from table1 where date like '%" & text1.text & "%'"


  7. #7

    Default Re: help on vb programming

    if you're using Microsoft Access, use something like this:
    strSQL = "SELECT * FROM urTable WHERE DateFrom>=#Jan 01, 2006# AND DateTo<=#Dec 31,2006#"
    The query string above will select Dates in between Jan 01 to Dec 31, 2006.

  8. #8

    Default Nice solution for your problem

    note: kinahanglan naa ka ADO active connection
    Heres the code:
    table name: tSample
    field name: date_shift

    Private Sub cmdGetDate_Click()
    Dim strGetDate as String

    strGetDate ="select * from tSample where date_shift between # 01/01/2006 # and #12/31/2006 # "

    RS.OPen strGetDate,activeconnection,,1

    k...

  9. #9

    Default Re: help on vb programming

    nice job nax_developer :mrgreen:
    i second the motion

  10.    Advertisement

Similar Threads

 
  1. Replies: 28
    Last Post: 01-02-2013, 07:46 PM
  2. Need Help on Pricing for Programming Services
    By carmicael in forum Programming
    Replies: 14
    Last Post: 07-31-2008, 06:04 PM
  3. Replies: 37
    Last Post: 02-15-2007, 11:17 PM
  4. ned help abt sa program on log in and out sa cafe......
    By blossom1021 in forum Programming
    Replies: 3
    Last Post: 10-18-2006, 07:17 PM
  5. NEED HELP ON ACCESS-based programming
    By recanada in forum Programming
    Replies: 1
    Last Post: 04-26-2006, 05:12 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top