Search results

  1. J

    Prompt for password to save record

    I implemented access security and a user log on system, so depending on your logon you can perform various functions etc. The issue is I have multiple users with the same roles and would like to capture which one approves the record, so I would like them to verify their password before...
  2. J

    Enumerate (List) All Controls, All Forms

    Doc Man As you suspected it was something silly, I misspelled some of the field names so it didn't update the recordset. I did manage to get it working yesterday, I post the code later. One issue I do have is I would like to list the control type as a name not as number and can't seem to get a...
  3. J

    Enumerate (List) All Controls, All Forms

    Doc Man Thanks! I haven't been able to get the enabled or locked to work at all because of exactly the problem you describe. A lot of the controls don't have the properties I need. The other problem with this code, is for some reason it's not actually writing to the table. (Should have...
  4. J

    Enumerate (List) All Controls, All Forms

    After searching and many attempts, I am going to ask for help, if missed a solution on the site I apologize. What I would like to do is loop thru all the controls on all the forms in my DB, and then write the form name, control name, control type, and hopefully the locked and enabled properties...
Top Bottom