Search results

  1. KenHigg

    VBA Code work on computer A, but not computer B

    Hum... I'm stumped. Sorry...
  2. KenHigg

    Tables Versus Queries

    You are correct. As a rule of thumb you should not save query results in tables...
  3. KenHigg

    VBA Code work on computer A, but not computer B

    Look at this and see if the const suggestion works in your code: http://bytes.com/topic/access/answers/833088-sending-email-cdo-access
  4. KenHigg

    VBA Code work on computer A, but not computer B

    So... I know this is going to be redundant but - Did you see if the barebone database/code worked on the machine that the original code works on?
  5. KenHigg

    VBA Code work on computer A, but not computer B

    in your bare bones test did you take things like [Action], etc? edit: Post your bare bones test code
  6. KenHigg

    VBA Code work on computer A, but not computer B

    Access needs to know where the code is for the outlook objects. If you go: VBA window->Tools->References on the machine that does work and make sure you have the same ones checked in the machine that does not work ?
  7. KenHigg

    VBA Code work on computer A, but not computer B

    Have you checked to see if the references have been set up to see the outlook objects?
  8. KenHigg

    Counter change

    How many records total would you need to go through in one run of the query? You could create a function to do it...
  9. KenHigg

    VBA Code work on computer A, but not computer B

    Have you opened outlook and sent an email manually?
  10. KenHigg

    VBA Code work on computer A, but not computer B

    Have you tried stepping through the code as it executes?
  11. KenHigg

    VBA Code work on computer A, but not computer B

    Post the email code
  12. KenHigg

    Aggregate Query HELP

    Remove the entire column(s) you don't want (need), not just the grouping clause...
  13. KenHigg

    Aggregate Query HELP

    My first guess is that you're grouping on too many columns...
  14. KenHigg

    text box location in form using VBA

    Not sure about the code but you used to have to use twips or something like that to locate things on a form...
  15. KenHigg

    Aggregate Query HELP

    You should be able to do this with a group by and dmax()...
  16. KenHigg

    Counter change

    Using an autonumber in this manner is not recommended. Counted stuff is usually possible using other means...
  17. KenHigg

    VBA Code work on computer A, but not computer B

    I think I would create a barebones email routine database on the machine(s) that do not work to see if it's the machine or the app - ?
  18. KenHigg

    Hello from Utah, USA

    Welcome Cwire -
  19. KenHigg

    How to set the active window?

    Maybe throw in a set focus to a control on the report when it opens?
  20. KenHigg

    Is it weird that I: [insert]

    Please not another queer thread...:banghead:
Back
Top Bottom