Search results

  1. M

    Question user access rights/

    Re: user access rights When im trying to fill the form ..while clicking on the TAB key the focus is not moving from one tab to another in proper order!! I need the focus to be from top to down and left to right any idea?
  2. M

    Question user access rights/

    IT WORKEDD!!! you are my access hero :) thanks.
  3. M

    Updating form field from another table record field

    Hi all, i have a one-to-many relationship ( tblemployee and tblvacations) an employee can take many vacations and for each vacation there is the following data ( starting date, extended date, leave reason, paid? , rejoining date ....) what i need is the following: when I open the main...
  4. M

    Question user access rights/

    Iam back as promised :) actually im now finalizing the application but i noticed somethng annoying.. i had made a pop up form to display alert for passport expiry date ( the query check expiry date within one month from current date) its working fine but is case where no expiry item found...
  5. M

    Question user access rights/

    Thankkkks alot Kafrin :) That worked perfectly with me. but will little changes because i was having problems getting the user status out of the table record so i used the dlookup fundction CurrentUserStatus = DLookup("usrAccess", "Employees", "[EmployeeID]=" & Me.cboEmployee.Value) then I...
  6. M

    Question user access rights/

    Thanks alott.. actually i prefer your second suggestion because in some cases they might use the same pc to login.. to be honest i thought about it and i already added a new column to the employeelogin table called "usrstatus" and upon login it will check if the current employee is "user"...
  7. M

    Question user access rights/

    Iam developing a small application to handle annual leaves and HR records for employees. i already finished the login form but i want certain users "Department Admin" for example to have full access on the main form while other users " assistant" to be only able to veiw data without adding or...
Back
Top Bottom