Search results

  1. W

    Automatic Updating

    Yes, but I want to be able to add records too. And the towns would be different in every record. Could you modify the form to do that?
  2. W

    Automatic Updating

    I have a form that has a combo box. The row source of the combo box is a query with 3 fields. I also have a text box located to the right of the combo box. I would like the first item to the left in my combo box to show up in the actual combo box when selected. Then I want the value of the...
  3. W

    Another mousewheel solution

    For some reason, it is not working at all for me. I have done exactly as you say and it isnt working. I think it is because of where I put my code. I placed it in General of VBA. Is this correct?
  4. W

    Another mousewheel solution

    I would just like to know if this code and text box disables the mouse wheel in the form? I cannot figure out what exactly it does and also if I have to put the text box in a special place for this to work. Thanks.
  5. W

    Entering hyperlinks

    I have a form in which the user must put in a description in a text box. Within the description, the user will have to reference a PDF file that he will put a hyperlink to. Is this possible for him to do?
  6. W

    Combo Box Updates

    I have done that, but it is adding 40 to all of the categories' key value (Sequence). any more suggestions?
  7. W

    Calendar Question

    Thank you both for the examples. I am still haveing some trouble with this because the examples seem to involve alot ofcoding in which I am not familiar with, but hopefully I will work it out. Thanks
  8. W

    Calendar Question

    How would I get the calendar to pop the date in the text box?
  9. W

    Calendar Question

    I want a form that has a calendar. When the user clicks a certain date, I want the form to access a field in a table which will have entries that correspond to the date. Then I want all the entries in the table displayed beneath the calendar in the form. Can anyone help? Thanks
  10. W

    Combo Box Updates

    SJ, I like your idea alot, but not sure on how to update that single entry and not all of the entries and also, how to sort the table correctly.
  11. W

    Combo Box Columns

    I hav a combo box that has three columns in it. I want the user to select an item and I want all three columns to show up in the combo box instead of just the one I am capturing. How can i do this? I tried to put the Bound Columns requirement in the the combo box's properties to 3 but it...
  12. W

    Combo Box Updates

    I have a time database which has a form to enter time. When entering time, The user must also select an item in a combo box that gives what category the user worked in. There are about 40 or so different categories. I want to know if it is possible to update the cobo box to the user's most...
  13. W

    Saving keys

    the key is included in my row source but when I do what you say, I just get the description in thetext box and not the key. I would like to see the key only in the text box.
  14. W

    Saving keys

    I have a form in which a user uses multiple combo boxes to choose certain items. each item in the combo box has a key attached to it in the table that the form was created from. I would like to save the appropriate key on my form next to the combo box. If this is possible, how do I go about...
  15. W

    Exit Code

    I have a form that automatically is shown when a user enters the database. I want to disable all exits of this form so that the user cannot exit the form before he/she exits the whole database. How do I do this? Thanks
  16. W

    Command Button.Enabled = False

    I like the idea, but what is the code for searching the table. I am new at the whole Access code thing.
  17. W

    Command Button.Enabled = False

    Once and never again.
  18. W

    functions

    try Left instead of right. Maybe.
  19. W

    Command Button.Enabled = False

    I have a form with many command buttons. This form is a master for a database that keeps time for my department. One command button is a setup button that I want the user to run once and only once. What code, and where do I put it will allow my to set the command button's visible or enabled...
  20. W

    Exit using a command button

    Thank you.
Back
Top Bottom