Recent content by aamyra

  1. A

    access 16, not able to type in the search box

    idk if u means this code.. in the button for search macros on click = Search.ClearFilter In table the ID is auto number, First Name, Last name is short text. if [CurrentProject].[IsTrusted] And ([Form]![SearchBox] Is Null Or [Form]![SearchBox]="") Set value -----> Here am getting an...
  2. A

    access 16, not able to type in the search box

    thxs ive set it to true and now able to type. But when i click on the search btn Getting "Type Mismatch". Pls help.
  3. A

    access 16, not able to type in the search box

    Hi, plz help, in form contact list, am not able to type anything in the search box and do a search. Pack attached.
  4. A

    Role-based access MS Access2016

    am still struggling with that login and make the users have the read-only or able to change the field values.... :cry:😕 is there a more simple way to do that? when user click on the access to open it get authenticate and the form open based on the security level.
  5. A

    Role-based access MS Access2016

    u have a sample project for reference?
  6. A

    Role-based access MS Access2016

    do u have a sample of how to do it plz?
  7. A

    Role-based access MS Access2016

    i have only ms access to do this.
  8. A

    Role-based access MS Access2016

    hello, when a user opening access, it should be able to access the form according to the roles The table name is tblUser and the users are General User, HR, and Admin. Currently, In the table I have the roles assigned number with GeneralUser (read-write) = 1, HR(Read-only) = 2, Admin(Full...
Back
Top Bottom