Search results

  1. M

    search

    I've tried a few different methods (namely applying a filter), but have had no luck in creating code that actually works the way I want it to. I'm trying to use a form (I'm not sure if it should be bound to the table I'm using or not) to allow the user to enter search criteria. I want to allow...
  2. M

    enable a button in the filter by form view

    I can't seem to figure out the code to enable a button while in the filter by form view. I want to use the button to apply the filter that has been entered by the user. Access disables all of the command buttons when it opens the FBF view.
  3. M

    filter

    I would like to place code behind a button that will open the filter by form page. I don't want to have the user click on the Access buttons to get to this page, i.e. I would like to use command buttons on the form to open the FBF page and apply whatever filter is entered by the user. The...
  4. M

    check boxes

    I have form that is bound to a table. Data is entered through the form. On the form there are 4 check boxes (not an option group b/c more than one can be selected), however the user has requested that the values checked should be displayed in the table in a new column or field as "1, 2, 3" or...
  5. M

    option group

    I can't seem to figure out how to write code to change the numeric values assigned to option buttons in an option group to a text value to be placed in a table. The numeric values have no value to the user, they need to see text values.
  6. M

    Open File

    I have a database that acts as the "main DB", for lack of a better term, where the user can perform certain actions such as creating a new DB from a template, etc. I can't seem to figure out how to code opening one of these new DB's from the "main DB" in a new instance of Access and close the...
Top Bottom