Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jgaylord

  1. jgaylord

    How do I navigate through Records in Database?

    OK Sorry I need so much help...... This was working... Now its not.... I dont understand. I get this no data in the row error... Sorry about multiple post I am learning the whole forum edicate... Dim SelectCmd2 As System.Data.OleDb.OleDbCommand SelectCmd2 = New...
  2. jgaylord

    SQL Select Statement

    Awesome! this worked Great! Thank You SO MUCH!
  3. jgaylord

    SQL Select Statement

    If I Select * from a Database... How do I place the fields into TextBoxes? Instead of selecting all should I specify each field or something? Please Explain...
  4. jgaylord

    How do I navigate through Records in Database?

    Thanks... I understand how it will move through the records now. But how do I place the values into the textboxes? Field1 = txtField1.text
  5. jgaylord

    How do I navigate through Records in Database?

    I want to use a Select * SQL statement.... then put the first record into textbox fields... How? Perform some calculations.... Then move to the next record. How? Thanks for any help...
  6. jgaylord

    Time Span.... Date..... How long from then to Now?

    I am trying to determine the amount of time between Date1 and SystemDate. How do I do this without writing a long complicated module.... is there a built in function?
  7. jgaylord

    Date Comparison. There has to be a easier way..

    Thanks So Much! Wow all that stuff I was doing before was so CAVEMAN, this was so easy a CAVEMAN could do it.
  8. jgaylord

    Date Comparison. There has to be a easier way..

    Basically its like this I need to compare Date1 to Date2 and If the 2 dates are withing 3 days forward or 3 days back of each other then perform whatever module from there... with my skill level (LOW)... I can only break each date down into month... day... year... then go through a huge module...
  9. jgaylord

    Insert Into Syntax error (missing operator) in query expression

    THANK YOU That worked perfectly! I dont understand what your talking about with the Query Analyzer... But I will take your advice and look it up. Thanks a Million!
  10. jgaylord

    Insert Into Syntax error (missing operator) in query expression

    Does anyone see what I am doing wrong? I can Insert a single field.... But when I try and insert 2 fields I get this error. Syntax error (missing operator) in query expression I am trying to do this in VB 2005. InsertCmd = New System.Data.OleDb.OleDbCommand("Insert Into Result (Ani, Xdate...

Part and Inventory Search

Back
Top