Search results

  1. J

    unhiding menus

    hi all :confused: I disabled the drop down menus on my database for security purposes via Tools, Startup and unchecked Allow Full Menus. How do I unhide the menu options?
  2. J

    user level secrity using vb code in an access application

    step1:- add a table named users with 3 fields named:- username,password,accesstype fill username ,password of your choice and in access type fill 1 and 2. for example:- UserName Password AccessType admin admin 1 regular regular 2 step 2:- create a module...
  3. J

    command button

    hi all pls tell me how to add a cmd button in access 2003 using vb code:confused:
  4. J

    how to add e-mail feature in access 2003

    hi frnds i have an access application in which some reports are generated. i want to add e-mail feature in this application, so that the reports can be send via e-mail. please also tell me how to disable keyboard shortcuts for numerous option like open,close,save,new etc ( through vb code )...
  5. J

    how to add e-mail feature in access 2003

    hi frnds i have an access application in which some reports are generated. i want to add e-mail feature in this application, so that the reports can be send via e-mail. regards akhil
  6. J

    disable keyboard shortcut in access using vb code

    hi can anybody tell me how to disable keyboard shortcuts in access using vb code, its really urgent
  7. J

    Hide/disable menu options thru vb code

    I have used this code to disable the File menu cmd/controls in access 2003. Application.CommandBars("FILE").Controls("NEW...") .Enabled = False Application.CommandBars("FILE").Controls("EXIT").E nabled = False In file menu the cmd/control before exit cmd/control shows the path of the .mdb file...
  8. J

    customizing menus

    Can anybody tell me how to disable the history in file menu of ms-access 2003.when we clk file menu it shows the path of .mdb file opened. i want to hide this option.
Back
Top Bottom