Recent content by pdavis27040

  1. P

    Query problems

    What I have is a query that a person feels out the form (example: first name and last name) and than they hit the command button to run the query. What is suppose to happen is pull up the information of the particular criteria. The problem is it pulls up everyone instead? Any ideas on what I...
  2. P

    Can a form have a section that is password protected

    Here are my scripts.. can anyone help with this refresh problem? Here is a copy of my scripts... any help with the refresh on the password protective part would be great. Read above for more info. Thanks!! Private Sub Check155_AfterUpdate() If Me.Check155.Value = -1 Then Me.VIP.Caption =...
  3. P

    Can a form have a section that is password protected

    Awesome Hey that worked. Gonna have to do some research on this OnCurrent() item. Still not able to get that to work and I looked in the event section of the text box but there is no oncurrent there. I appreciate all the help though!!! I am MUCH closer to finishing than I was earlier!!
  4. P

    Can a form have a section that is password protected

    So I guess So I guess than the script from above will not do the trick? Or can it be edited to work w/ the textbox?
  5. P

    Can a form have a section that is password protected

    Ooops My bad, I meant to put OnCurrent() just had control on the mind. I will try it out. The problem is with this script that is listed above it doesnt give you or I havent found yet when it comes to the text box that pops up after the button is clicked the input mask feature. I will play...
  6. P

    Can a form have a section that is password protected

    Hmmmm.. I guess this is where I get confused at. This txt box is unbound I suppose since its in a script and to set the input mask you would have to have it bound to a table correct? Or within the script can you set the input mask to password? On_Control() is another section I am having a...
  7. P

    Can a form have a section that is password protected

    Refresh Hey that worked great!!! 2 questions though. Is there a way when you go in and put in your password that when you go to the next record to make an update that it refreshes and is locked again till the password is put in? My second question is there a way that when you put in the...
  8. P

    Can a form have a section that is password protected

    Hey everyone!! Here is the situation. I have a database that when open it gives a choice enter form database, query or exit. I click on exit and the form for the main database comes up. Half of the form I would like to whoever input the information but the bottom have of the form I would...
  9. P

    Password

    Just sent it too ya Just wanted you to know I just sent the file too you. It's in a zip format. Thanks for all the help!!
  10. P

    Password and...

    Hi everyone, Couple of questions. I have a form that I would like to split into 2 sections. One section with general information and the other that I would like to have a button called admin. When the admin pushes the button another part of the form pops up but to access this part of the...
  11. P

    Password

    hmmmm.. OK dumb question here I attached the file yet it doesnt work.. let me know if I can just email it too you. I do appreciate it!
  12. P

    Password

    here ya go here ya go... Where it starts with the VIP , BANNED ect ect is where the admin functions start. Let me know if you need additional info
  13. P

    Password

    Hi everyone, Couple of questions. I have a form that I would like to split into 2 sections. One section with general information and the other that I would like to have a button called admin. When the admin pushes the button another part of the form pops up but to access this part of the...
  14. P

    Password part of a Form and...

    Hi Everyone, Is there a way to password protect a certain part of a form that can only be filled out by one particular user? Also I posted a question about when a person clicks on a particular checkbox if a image at the top of the screen can appear. The gentlemen that replied helped out...
  15. P

    When a checkbox is clicked a image appears until check mark is unclicked

    OnCurrent ??? When you say OnCurrent what exactly do you mean or where is this set at?
Back
Top Bottom