CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: hrast

Search: Search took 0.03 seconds.

  1. Thread: Crystal Report

    by hrast
    Replies
    579
    Views
    648,292

    Hello.. I'm new in Crystal Reports. I have a...

    Hello..

    I'm new in Crystal Reports. I have a question..

    I have a VB project, and on one form i have data in DataGrid.
    This data are results of an SQL query. Database is Baza.mdb .

    Are there...
  2. Thread: Sql Between ??

    by hrast
    Replies
    11
    Views
    844

    Thank you doofusboy, Ismeteor and Twodogs. ...

    Thank you doofusboy, Ismeteor and Twodogs.

    It's working now, with your help...

    Thank you..
  3. Thread: Sql Between ??

    by hrast
    Replies
    11
    Views
    844

    It says syntax error ! I don't know why... ...

    It says syntax error !
    I don't know why...

    Is it right to write BETWEEN and then another condition like txtSomething.Text??
  4. Thread: Sql Between ??

    by hrast
    Replies
    11
    Views
    844

    I would like to try another condition like this:...

    I would like to try another condition like this:

    "SELECT * FROM Table1 WHERE Date BETWEEN " & Date2 & " AND " & Date4 & AND Name = & txtName.text & "

    It doesn't work ...any idea ?
  5. Thread: Sql Between ??

    by hrast
    Replies
    11
    Views
    844

    Thanks, it works !

    Thanks, it works !
  6. Thread: Sql Between ??

    by hrast
    Replies
    11
    Views
    844

    It says: Data type mismatch in criteria...

    It says:

    Data type mismatch in criteria expression!

    This is my code:

    Private Sub cmdQuery_Click()

    If (IsDate(txtDateFrom.Text)) And (IsDate(txtDateTo.Text)) Then
  7. Thread: Sql Between ??

    by hrast
    Replies
    11
    Views
    844

    Sql Between ??

    Hello !

    I have 2 fields:

    Date1 = txtDateFrom.Text
    Date2 = txtDateTo.Text

    I would like to use this SQL query:

    "SELECT * FROM Base WHERE Date BETWEEN &Date1 AND &Date2"
  8. Replies
    2
    Views
    542

    Yes, but I want to call the data from database....

    Yes, but I want to call the data from database. Each Id has his own data. What is the connection for that and SQL?
  9. Replies
    2
    Views
    542

    Label.Caption way...?

    Hello, I'm new in VB programming and I need some help.

    I have a Access database Base.mdb with some tables: table1, table2,... In this tables are some data with ID's (not autonumber).
    OK...
    On...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured