Recent content by Nolan Adams

  1. N

    Using selected item to search new form

    I have a form that has a list box which the user selects one item and then clicks on a 'button'. The code on the button then displays another form which should only display the records for the 'selected' items of the first selection. How do I get the 'selected' data to limit the rows returned on...
  2. N

    Access security levels

    My application presents a FORM that has 11 LABEL areas that can be clicked on to perform a desired function. Can the USER level security be set so a USER can only use 3 of the 11 LABEL's. If so, how? I do not seem to be able to get anything other than ADMIN security set. I am on ACCESS 2003. I...
  3. N

    Find function on List field

    I know how to use the FIND 'function?' on a table, but it does not seem to work on a List Field in a FORM. The list field is described as a recordset with a MULTI property. I note the manual says you cannot use the FIND with a 'forward only' recordset, but I can move up or down the list without...
  4. N

    Print problem

    Print Problem Solved! That fixed the problem, but leaves me even more perplexed! Since I now have NO print commands in my code why does the report I want print out?
  5. N

    Print problem

    my application starts with a FORM named Start. On that FORM the user clicks on the desired action. This in turn opens another FORM(CheckOut). On the CheckOut FORM the user selects one or more items from a LIST BOX that has multi set to Simple in the Properties section. I then want to Print...
  6. N

    Print Report and NOT print open form

    I am using MSAccess 97 and have the following problem. I open a FORM(Start), Click on a LABEL which in turn opens another FORM (checkout). On that FORM a user chooses one or more items from a LIST box that has MULTI SIMPLE in the PROPERTIES of the form. Then the user clicks on a LABEL which runs...
  7. N

    MSAccess multiselect property in form

    I have a very simple form with one table that has 2 fields...autonumber which is Primary Key field (No Dups) and a text field. I want the user to be able to select one, some or all of the records and then have the 'After double_click expression to find these records. The RecordSelected, Selected...
Back
Top Bottom