Search results

  1. M

    help with using a List Box and Option Group in combination.

    I have a List Box (name ListBox) that updates with information from queries according to which option in an option group (named ListSelect) is chosen. The column properties of the ListBox must change slightly according to the queries. The problem I am having is that certain queries require...
  2. M

    Shrinking labels?

    I have a report that has three phone numbers on it: Home Phone, Work Phone, and Fax number. To identify each there are three labels on the left side of the text boxes: H, W, and F. What I would like to see happen is this. Should someone not have one or more of the phones numbers, the text box...
  3. M

    multi select list box code

    I do not know much VBA code. All I know I have learned from this website Hopefully you can help me with this problem. I have a multi-select list box with three columns. The third column is [ID] (This is the bound column) I need code to create a string that looks like “[ID] = 2 or [ID] = 3 or...
  4. M

    multiselect list box

    I do not know much VBA code. All I know I have learned from this website J Hopefully you can help me with this problem. I have a multi-select list box with three columns. The third column is [ID] (This is the bound column) I need code to create a string that looks like “[ID] = 2 or [ID] =...
  5. M

    Help modifying code from Reports from from Northwind.

    I posted this same post in the forms discussion forum but didn't get much of a responce, so I thought I'd try here as well. I am trying to set up a report menu similar to the one found in the Northwind database. A difference between my database and Northwind is there is not an option group on...
  6. M

    help modifying reports form from northwind

    I am trying to set up a report menu similar to the one found in the Northwind database. A difference between my database and Northwind is there is not an option group on the reports menu. This is what I have done; I have a table called “Product Types” that has a list of “Product Descriptions”...
  7. M

    Button to enter criteria into a Query

    Hello all. I am trying to make a database as easy as possible for interns and temps to able to use, so I have made a a switchboard with some common reports. The queries that these reports are based off off are quite similar. They draw from the same tables. The only difference between them is...
Back
Top Bottom