Search results

  1. D

    Network Authority to DB

    Hello, I have a database that located on a network. I have several child replicas that only certain persons can access. The main database, everyone has all rights to. The child only the person allowed to have access has rights to. We keep getting the message that the database is already...
  2. D

    Recordset won't open

    Greetings, In my database I have a form that inputs a start date and end date. A query uses these dates to give wanted records. I have a module that updates a table. A command button is on the Dates form and runs the VBA code then opens a report. When the command button is pressed, I get an...
  3. D

    Combo & List Box Criteria's

    Hi Everyone, I have a combo box and a list box on a form. I want to choose an option from the combo box and a number of options from the list box, then, open a form based on the criteria. I can get them to work sepately, but not together. Here is my code. When I click the Find command...
  4. D

    Criteria from 2 Seperate Forms

    Hi, I have a query that recieves criteria from a form. I want to use the same query, but use criteria from a seperate form. Is there a way to have the criteria of a query ignore the reference to the form if the form is inactive? I've tried the following, but still get prompted for a value...
Back
Top Bottom