Search results

  1. S

    Filter Vs Queries or both

    What I'd like to do is restrict the data to certain groups with a command button. Is this possible? Click on a cmd button and have a ONE form that the restricted data is sent to. There will be no login and each group (Electrical, Body, ect.) has many department ID's.
  2. S

    Filter Vs Queries or both

    I'd really like to send this to you. Can you net meet? I will be back tomorrow. It's time to go home over here in Detroit. Thanks
  3. S

    Filter Vs Queries or both

    Yes, all my forms are based off queries. I have an qselEmployeeInformation query that has ALL the employees in it. So your telling me to create a table that gives certain people rights to see certain data? Uggh, I was hoping for a filter that would run off a cmdButton. Currently I have a FORM...
  4. S

    Filter Vs Queries or both

    The problem is that when I go to my MAIN form all employees are being displayed and the Chassis group doesn't want to see the Electrical group's data and so on and so forth. thus without creating different forms for each group how do I accomplish this?
  5. S

    Filter Vs Queries or both

    All people are in the same table. Zipped files are too big, jpegs are too big. I have no problem sending this database or emailing you a picture. Also, Microsoft removed most security options in 2010, they would rather have IT control who can and can's access what groups.
  6. S

    Filter Vs Queries or both

    I tried to attach pics but they are too large. My tables have been normalized, and as far as structure and relationships are concerned as is well. The different queries are for different groups. There will be multiple people using this database and I want each individual to only see the...
  7. S

    Filter Vs Queries or both

    I am creating an employee database and I am having trouble filtering employees by department number. I have 11 different groups that utilize over 270 different department numbers and I want to filter these departments so that only the Electrical group shows up in a form. I also want to use one...
  8. S

    input line

    Input Masks I need an input mask to restrict what users enter for Column ID within a building. For instance: 3 W1 N10 or 3 W10 N1 3 is the Floor, W1 N10 or W10 N1 are the actual columns. I want all the spaces and capitals show just like my example. !0\ >L09\ >L09;;_ is whay I am...
  9. S

    input line

    I need a input mask for Column ID's within a building. They are Printed like this; 3 W1 N15 or 3 W15 N21 I want all the spaces to be in field and the numbers after the letter can be two or one characters. PLEASE HELP
Back
Top Bottom