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...
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
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.