Search results

  1. L

    how to refer to a specific switchboard page in VBA

    i have a switchboard that has several differnt sections, one for each person at our company. One person wants a pop up reminder in there section whenever they enter there switchboard section. Im using the .isloaded method but i put in the name of that section "MATSB" and it said that the...
  2. L

    How to filter an Add/Edit table form

    hi, How do you filter an add/edit table form on a field. I only want records to show up that have a value of "XRAY" in a certain field.
  3. L

    some access security questions

    its access 2000
  4. L

    some access security questions

    hi First off is there a default password for the default Admin account? I cant seem to find out were i can set the password anywhere. Also i have created another admin account and several basic user accounts, but i cant find out where i go to change the user account passwords while on my...
  5. L

    using a form to put items on a report

    nevermind i think i figured it out thank you.
  6. L

    using a form to put items on a report

    hi, Im trying to make a form that has some items on it, Basically im making an inventory report, and different people have different inventory types, and they have to mark in a collum weather they have the item in the inventory type (category, like home inventory or office inventory). I need...
  7. L

    query that runs a number of times = input

    im going to use combo boxes, so how would i write this query?
  8. L

    query that runs a number of times = input

    hi, I want to put a button and textbox on a form so that when the button is clicked it will take the number in the textbox, 10 for example, and ask for the same criteria input(ID and Name) 10 times and get those 10 records into a report. Is there any way to do this?
  9. L

    query problem, null values

    I figured this out a little while after i made this thread, basically had to create another query to act as this query's parent query. In that query i converted all field to be either there default value if not null, and if they were null convert them to zero length empty string "". Once i did...
  10. L

    query problem, null values

    Hi, im developing a database. I have a form with several combo boxes on it that drop down to display options. What im working on now is a combo box with serial numbers for items. I want to display a report for all items, all items with a serial number, and a specific item chosen from the...
Back
Top Bottom