Search results

  1. H

    Mismatch error when setting Me!CboBx1.RowSourceType = "Value List"

    This is my first time creating a combo box. I have a button that opens a form that contains the combo box. I am trying to load all the table names into the combo box. I am getting a mismatch error when I get to this line Me!ComboBox1.RowSourceType = "Value List" Here is entire code for...
  2. H

    Creating Groups and adding tables to them

    Does any one know how to use vb to create group shortcuts using vb? My goal is to populate Access database with tables and create group shortcuts for sorting in one click(not including prompt for table name)
  3. H

    Create a new table using three existing tables

    I need to create a new table using three existing tables. Calculations are maded. I was able to use the SELECT INTO statement for two tables but can't do it for three. I keep getting syntax errors. I created the new table using query design tool and copied SQL but it would not work in VB...
  4. H

    bring GetOpenFIleName Dialog to front

    I used GetOpenFIleName() to retrive a file name but the problem is that the dialog box does not come to the front. The only way I can see it is by using ALt +Tab. How can I bring the dialog box to the topmost window. Dim xlTmp As Excel.Application Set xlTmp = New Excel.Application...
Back
Top Bottom