Search results

  1. RuralGuy

    assigning an integer using Null Value

    Excellent decision! Thanks for the feedback. Did you use the thread tools at the top of the thread to mark this thread as Solved?
  2. RuralGuy

    assigning an integer using Null Value

    To change a field in a table with a query requires either an update query or an append query. You are using a read type query (Select). Maybe if you describe what you are trying to accomplish (without using any jargon we won't understand) someone could offer another approach that would work for you.
  3. RuralGuy

    assigning an integer using Null Value

    The Nz() function does not change a field, it just changes what is returned from that field if the field is Null.
  4. RuralGuy

    List Box Issues

    Thanks for the update.
  5. RuralGuy

    List Box Issues

    Have you tried using Nz()?
  6. RuralGuy

    Access Report

    Have you considered using a temporary table?
  7. RuralGuy

    Hi!

    Welcome to the Forum and have fun.
  8. RuralGuy

    Microsoft Windows / Office upgrade woes

    Thanks once again Doc. The depth of your knowledge is astounding.
  9. RuralGuy

    Microsoft Windows / Office upgrade woes

    Hi Colin. I'm on most every day, just don't post that often any more. Always enjoy your stuff!
  10. RuralGuy

    Following Suite

    What a great looking dog. Majestic almost. Thanks for the post.
  11. RuralGuy

    Microsoft Windows / Office upgrade woes

    I thought I recognized the dog. :D
  12. RuralGuy

    Hello Everyone

    Welcome. Glad to have you on board.
  13. RuralGuy

    Hi from the UK

    Welcome to the Forum. Enjoy!
  14. RuralGuy

    Howdy!

    Welcome. Jump in whenever you have a question.
  15. RuralGuy

    Access Query Returning 95,000 results

    Cross posted at: http://www.accessforums.net/showthread.php?t=73177 Please read: https://www.excelguru.ca/content.php?184
  16. RuralGuy

    Hello from NC

    Welcome Roger to this forum.
  17. RuralGuy

    Triggers

    Thanks for the post.
  18. RuralGuy

    Group by non-standard expression.

    I'm not really sure but I would try 1-3 rather than 1 to 3. You could also create a Public function in a Standard module that uses the Select Case structure if you wanted.
  19. RuralGuy

    Group by non-standard expression.

    How about adding a calculated field to the query that uses something like Switch() to group the records for you to group on?
  20. RuralGuy

    Subform ComboBox

    You probably already know Justin that computers are pretty dumb. They only know what you tell them. Mike has a pretty good idea on how you could tell the computer what surveys go with what protocols.
Back
Top Bottom