Recent content by RuralGuy

  1. RuralGuy

    Solved Print Preview not the same paper size

    Access uses the installed printer to display a preview.
  2. RuralGuy

    Hello

    Welcome and enjoy the site.
  3. RuralGuy

    Welcome to our new home!

    It looks good Jon. Glad you finally got it working. 8^)
  4. RuralGuy

    China hacker attacks

    We all know that Jon. Wish we could help more.
  5. RuralGuy

    China hacker attacks

    Good luck Jon.
  6. RuralGuy

    Hello! New To Access

    Welcome to the Forum. Just post a specific question whenever you're ready. There are lots of helpers here.
  7. RuralGuy

    Multi Column Combox

    Have you tried using the wizard to create the combo box?
  8. RuralGuy

    DateAdd()

    Try: NewDate = DateAdd("yyyy", 1, Me.Expires) 'Me.Expires is the field with old date
  9. RuralGuy

    DateAdd()

    I suspect that the Me.Expires object is not a DateTime field.
  10. RuralGuy

    VBA code not working as expected

    Use your DLookup to populate a variable and then a MsgBox to display the results to troubleshoot your issue.
  11. RuralGuy

    Hello from New Hampshire!

    Welcome to the site. Have fun.
  12. RuralGuy

    Date Problem

    See if this link helps: http://allenbrowne.com/ser-36.html
  13. RuralGuy

    What is the best Event to use for....

    I would use the Change event of the TabControl.
  14. RuralGuy

    Filtering subform records

    Not really sure. Sorry.
  15. RuralGuy

    Hello from Australia

    Welcome to this Forum. Glad to have you on board.
Top Bottom