Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  1. gilgalbiblewheel

    how to write script (correct my script) for MSFlexGrid

    How do I make the script run through the database and write down the records of rs("book_title"),rs("chapter"),rs("verse"),rs("text_data") in a MSFlexGrid? Private Sub MSFlexGrid1_Click() 'Private Sub Form_Load() 'the format string just lets you define a format for how 'your flexgrid...
  2. gilgalbiblewheel

    a cancel/close commands to stop the running of the messagebox?

    How can I put a cancel/close commands to stop the running of the messagebox? (the records are thousands of records long). While rs.EOF <> True MsgBox (rs("book_title") & " " & rs("chapter") & ":" & rs("verse") & " " & rs("text_data")) rs.MoveNext Wend Or do you...
  3. gilgalbiblewheel

    how to access msaccess2000 by visual basic 6

    If I use the late binding then I don't need to use MDAC reference? Set cn = CreateObject("ADODB.Connection") Is this the correct way of presenting it (do I have to use sub and end sub)? Dim connectionString As String Dim query As String Dim cn Dim cmd Dim rs Set...

Part and Inventory Search