Recent content by legendv

  1. L

    prevent Alt-F11 entry

    I didn't, but I do now... thanks!
  2. L

    prevent Alt-F11 entry

    Thanks for your input George. "Use Special Access Keys" is unchecked.... What I found: Open Microsoft Access Press Alt-F11 - (this opens VBEditor) Go back to access shell, press file-Open, Open a DB that has been protected - not .mde then go back to VBEditor and there's the code. I can't make...
  3. L

    suppress error messages

    Thanks all!
  4. L

    prevent Alt-F11 entry

    does anyone know how to prevent users from entering a mdb by hitting alt + f11
  5. L

    how to remove toolbar?

    How do you remove the toolbar? It doesn't show in my db's but when I put it on another pc, it comes up with the toolbar showing. I tried to set the toolbar control to =1 like you do to remove the menubar, but it didn't work.
  6. L

    suppress error messages

    I'm not worried about improper dates. when an improper date is entered a microsoft msg occurs, I want to suppress the microsoft msg.
  7. L

    calling menu bar controls

    invalid URL - do you have a copy of that sample db you could email me?
  8. L

    calling menu bar controls

    I want a cmd button on a form that lets the user "compact and Repair" the database. The menu's have been removed. There is a hidden menu, called "Developer" which is only accessible thru a password protected form, that has the menu option "Compact and Repair Database..." Here's what I have: (in...
  9. L

    Inputbox

    Mile, You are wonderful! Thanks! Jon
  10. L

    Inputbox

    On the doubleclick event I have an input box that asks for a password. I want the form to open if inputbox = txtPassword and cancel if it doesn't. I can't seem to "call" the inputbox string. In the Open event looks something similar... if txtpassword.text = inputbox.text then 'do nothing...
  11. L

    Calc's in report footer

    Thanks Pat, again, and again, and again.
  12. L

    Memo Fields

    Wayne, Bless you for years to come. Do you know how to make previously entered data un-editable in the memo field.... Memo: 2/12/03 : Data Entered 2/13/03 : Entrys can be added but previously entered data can't 2/14/03 : new data, but cant edit above
  13. L

    build own reports

    I would like to give the user the option of what fields they want on a report. For instance if they wanted to print out a sales report they could choose, before printing, what fields they wanted... DateSold Salesperson SalesRegion ProductSold SoldTo Customer CustomerAddress If they wanted...
  14. L

    Memo Fields

    I want to add info to a memo field without being able to change info that was already added, and with a date/time stamp. Is that possible?
  15. L

    suppress error messages

    It didn't work - (possibly I'm doing something wrong) ok, there is a formated date field that works great when entered correctly. But if you enter 000000, you of course get an error message. I want to suppress the MS A2K error message and replace it with my own message box. I placed...
Top Bottom