Recent content by cwash

  1. C

    No Menu or Tool bars

    Tess, Thanks for the idea and coding!
  2. C

    No Menu or Tool bars

    Any way to keep the menu bar from showing up on startup? I do not want any kind of tool or menu bar on the db. Everytime I uncheck the Menu bar it comes back on a new startup. So is there a way to keep all tool and menu bars from coming up? TIA
  3. C

    Keep users from going 'behind' the forms

    I'm glad I made a copy of the db before I changed the properties! I changed all of the properties you told me too, now I can't get to any of the forms. What do I have to do to 'undo' the changes to get back to where I was? Does each form have to be changed or just the switchboard? You had...
  4. C

    Keep users from going 'behind' the forms

    How do you keep users from accessing the tables, queries and so forth. I do not want users to be able to go to 'design view', or minimize or whatever to get to the the underlying tables. Is creating a custome tool bar the only way to accomplish this? Or is there some other way? I played...
  5. C

    Closing a Dialog Box on it's own

    Never mind...I got it to work.
  6. C

    Closing a Dialog Box on it's own

    Sorry for asking these simple questions but where do I put the line of code? TIA
  7. C

    Closing a Dialog Box on it's own

    I have a dialog box with an "OK" button. After the OK is clicked and it performs its command, what do I need to do to have it close on its own. Right now I have to click the X to close it. TIA
  8. C

    Password on opening a form

    DBL, I'd like the sample also if I could. How do I get your email? Thanks
  9. C

    Astrisk's for Password

    I think I should restate the question, because I a little confussed. I have a command button, when depressed, the command button prompts the user to enter a password in order to open a form. Everything works fine except for one thing...When the user enters a password, the pw is spelled out...
  10. C

    Astrisk's for Password

    Forgive me for asking the following questions but I'm new to the coding part. Are you suggesting to not use a command button, instead use a PopUp form? If so, what code will I need to ask the user for the pw to access the form? Any extra help will be appreciated.
  11. C

    Astrisk's for Password

    How would you get a password to show up as astrisk's instead of haveing the pw spelled out? I'm refering to the posted question in http://www.access-programmers.co.uk/ubb/Forum4/HTML/007177.html I was able to get the command button to work but the password is spelled out and that isn't any...
  12. C

    Password on opening a form

    How would you do that?
  13. C

    Password on opening a form

    Fuga, thanks for the help. I got it to work. But...when I type in the password, I see the password spelled out! This would not be any good if someone is standing over my shoulder! So, how do you get it to NOT show the word but rather the ***'s. TIA
  14. C

    Password on opening a form

    Hayley, when you say to put the code behind the button, does this mean a new line of code and do away with the Command0_Click()line or add your new line of code below the Command0_Click() line? I'm new and wanting to understand. Thanks
  15. C

    combining text fields into one field

    Thanks Fizzio! Just what I was looking for.
Back
Top Bottom