Recent content by cbrxxrider

  1. C

    list box data based on logged in users department

    The txt control trick worked great. Do you know how I could slightly alter this to allow either 1 person or 1 department to see all the data. for example, I could set up yet another txt control to show whether they are a developer or supervisor and I'd like the developer level to be able to...
  2. C

    list box data based on logged in users department

    Sounds like it should work and much easier than having to figure out a bunch of coding. I'll give it a shot, thanks.
  3. C

    list box data based on logged in users department

    I have a list box with a row source query as follows... SELECT qryPendingCompletions2.ID, qryPendingCompletions2.Department, qryPendingCompletions2.[Employee Name], qryPendingCompletions2.CompletionDate AS [Completion Date], qryPendingCompletions2.[Entered By], qryPendingCompletions2.Goal...
  4. C

    User Level Security in Access 2007

    ------------------------------------------------- Seems like you've created something here that might work for the user access control I'm hoping to implement, I just need a little more detail. I currently have a login box with row source = SELECT [Employees Extended].ID, [Employees...
  5. C

    combo box list based on another combo box and vice versa back

    I have two combo boxes department and employee. I had it set up so that the user would select the department and only those employees within that department would show in the second combo. So for example, user selects IT and only those employees within IT are listed in the second combo box...
Back
Top Bottom