Search results

  1. S

    Filter Check Boxes

    The Button is to activate the filter. You would just manually check the box for each client. then to view all checked boxs you would use the button to filter the field.
  2. S

    Filter Check Boxes

    How can I filter a simple check box. I have several check boxs e.g. "Male", "Female", "Married" and "Single" Depending on the information the entry could have Male check. the next field could be Single which would be checked. What we would like to do is have a "Button" for each of the 4...
  3. S

    PageUp and PageDown

    Is there any way the you can use Code to cause a form to do page up and page down. I have a Long form that some of the information that is at the bottom of the form is out of view and only use by certain people. How can I have a botton on click go page down to the bottom and another button...
  4. S

    tab order

    I also found out that the control could be use to turn off or on e.g. Me.controlname.TabStop = True it also works FYI thanks for you replys
  5. S

    tab order

    Is there any way to turn a tab sequence on and off. I need to keep serveral controls out of the normal tab order from most of the agents. Only a few agents have a need to enter data in these fields. Perhaps a double click in the control could turn on the tab order for these seperate...
  6. S

    record Changes in form

    The field in question is on the form and linked to each record. What I am finding is that no matter which method I use BeforeUpdate, Afterupdate or on Dirty events the time changes when no changes are made but if a person happens to tab through the form. Will just tabbing trigger the events?
  7. S

    record Changes in form

    I have a field called "TimeStamp" What I would like is that if someone modifiys or make any change in the form that the "TimeStamp" will record the time and date of change. How can this be achieved? sandrao
  8. S

    Clear or undo information in field

    I have a small form that I use to create a report every month. Some of the information in those field carries on every month but other fields change each month. How can I have just certain field cleared of the information without deleating the entire record? Can a query update a field with...
  9. S

    Querys

    Thanks Works just great
  10. S

    Querys

    I have created a cbo box that I am using to selects locations (citys) in a field. I have used "Distinct" to elimate the duplicates but I also want to elimate three locations. They are Verdun, Lasalle, and Montreal. In my query I have tried the following statement in the Critera location...
  11. S

    Decodinmg

    I have a problem. all my Access 2007 have be Endoded. Now the password is missing. HOw can I Decode of delete the password on all my Databases? Sandrao
  12. S

    Tab Property

    I read that the Tag property can be used to store a records value and upon moving to the next new record fill in the forms control with the value stored in that tab property. How would I go about this? Can anyone give me an example on how to use it and what can be stored and how to retreive...
  13. S

    user Group

    I have a small db that I will be having three groups accessing it. I want to restrict each groups access to one or all forms. I would like to have a simple password form to do this. Can this "If" statement used for three different passwords and three different forms? Private Sub...
  14. S

    DLookup

    I have a form in which I am scheduling speakers it called “Speaker Assignments” I am trying to use DLookup to retrieve information from a Table called “SpeakerInfo” I have created a unbound text box called “txtSelectSpeaker”. What I want to do is enter the last name of the speaker in the...
Back
Top Bottom