Search results

  1. KenHigg

    Republican Candidate's Debate

    Repeating this somehow seems to make you as much as an oaf as dt...
  2. KenHigg

    4 Unbound controls require data - validation event triggers without command button

    Picking the best event can be tricky sometimes. I may even throw in a DoEvents... I like the Trim(cmbBoxname1 & "") trick and use it sometimes as well...
  3. KenHigg

    4 Unbound controls require data - validation event triggers without command button

    To start with I would do one local sub proceedure that gets called on each of the combo boxes on change events which enables the other controls if the conditions are true...
  4. KenHigg

    Parameter type is wrong

    This still seems like a bad way to build an end user query tool. So... how would the query param object know what data fld type it is to be used for before you use it?
  5. KenHigg

    Data validation of a field in an existing table

    Cool - I'll have to copy this to my snippets :)
  6. KenHigg

    Data validation of a field in an existing table

    Let us know if it will rip through 400k records in a resonable amount of time - :)
  7. KenHigg

    Data validation of a field in an existing table

    A function seems like a pretty good option to me...
  8. KenHigg

    Parameter type is wrong

    Why not just build a form for the user to put thier params in?
  9. KenHigg

    on demand query refresh

    So we don't even know if you were using action queries... In Access, everytime you open a simple select query you always get the latest data. Unlike some apps like Hyperion...
  10. KenHigg

    on demand query refresh

    Sometimes you have no choice but to populate intermediate tables you base reports on.
  11. KenHigg

    on demand query refresh

    Seems a bit premature when we don't know anymore than we do about his db -
  12. KenHigg

    Calculating the difference in values in two different records

    If you don't have a lot of records to traverse you could write a function to calculate it. Or you could simply store in another fld...
  13. KenHigg

    on demand query refresh

    Action queries, the kind that can alter data, typically do not run on thier own. Seems you need to find out what in your application is causing them to run.
  14. KenHigg

    on demand query refresh

    Question is confusing. Of course you can run a query on command - Probably need more info on what you are trying to do...
  15. KenHigg

    Excel cell selector

    You can do this in 2010.
  16. KenHigg

    Simple Question - VBA to Print Multiple Sheets`

    I would try concatenating before the array line...
  17. KenHigg

    Table frenzy

    What you have will work. Another way would be to have a generic specs table. It eould link back to the parts table. This one be a one to one relationship. In this generic table you would have, say 20 flds named something like fld1, fld2, etc.. Then you have another table which would contain spec...
  18. KenHigg

    Genesis Account v. Macroevolution Myth

    What about Col?
  19. KenHigg

    Only one true value per set of records...

    Thats ok, It seems to be working now - Thanks all the same :)
  20. KenHigg

    Republican Candidate's Debate

    That's exactly what you saw - :confused:
Back
Top Bottom