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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kah0563
  • Content: Threads
  • Order by date
  1. kah0563

    Initialize ImageList control in VBA

    I am trying to using an ImageList control with my ListView. In VB it seems you can add the ImageList control to the form and the name appears in the properties of the ListView. But in VBA that is not the case. You must first initialize the ImageList control?? Anybody know how I can get the...
  2. kah0563

    creating an access table via Visual Basic

    Is there any code examples that might help me create a table in an existing Access dbase? I found some that illustrated declaring variable as New TableDef, but that doesn't seem to be working? Any code to review here? Thanks
  3. kah0563

    Yet another SQL question

    I am trying to create a select statement, then create another select statement that will join with the first. Another words I want to create a query with the first select statement, then join another table to the resulting query in the 2nd select statement. Can you create a Select statement...
  4. kah0563

    Need help once again with VB code

    I am writing a SQL statement in VB to establish connection with Access dbase. Connection works fine. One of the tables in the dbase will have variable fields (another words, may have 10 fields in dbase, and 15 in another). Therefore, i want to concatenate part of the field name with a variable...
  5. kah0563

    SQL select statement in VB for Access Dbase

    When using left join in a select statement, the table is referenced and then a period, then the field id. I am trying to create a Select statement in VB using a variable as the table name, and trying to concatenate the variable with ".fieldname". The select statement doesn't like this. Is there...

Part and Inventory Search

Back
Top