Search results

  1. KenHigg

    Create sql server table

    Hi all, We just got access to sql server database and I need to know the best way to create tables in it. Is it easy in ms access? we have an older version of access, 2010 I think. I can connect to it and see all the system tables but for the life of me can't figure out how to create tables...
  2. KenHigg

    Groundhog Day

    According to the wiki it has roots in German tradition, so maybe just leveraged by Hollywood to make money :)
  3. KenHigg

    The Crown

    We saw The Darkest Hour as well - thought is was real good!
  4. KenHigg

    The Crown

    Did churchhills sec'ty really get hit by a bus and it changed his opinion?
  5. KenHigg

    Update formula

    Thanks - Yes that is what I plan to do. I will tinker with the code - Thanks!
  6. KenHigg

    The Crown

    Hi all, Watched a couple episode of the Crown. Just curious how factual it is if anyone happens to have seen it. The 1950's fog episode was pretty dramatic and something that missed our history books, go figure...(or maybe I was asleep again...)
  7. KenHigg

    Update formula

    Greetings, Been a while since I've logged in.. Anyway, I have a spreadsheet with many cells that have formulas and part of the formula is the number 1000. This is used as a multiplier in the formula and I need to change all of them to 10,000. I thought I could do this with the replace tool. It...
  8. KenHigg

    System.mdw missing

    Thanks Doc - I'll give that a try.
  9. KenHigg

    System.mdw missing

    It won't let me even create a blank database now... ugh. I'm stuck. A second dialog pops up saying to quit the ole server. I can't find out how to do that ....
  10. KenHigg

    System.mdw missing

    Thanks - I'll give them a try. I am trying to do this on a imac/VMware...
  11. KenHigg

    System.mdw missing

    Hi all - long time :) I am trying to open an accdb on a new Win10 install and it says it can't find the system.mdw. I've tried everything I can think of and can't get past this. Anyone have any suggestions?
  12. KenHigg

    Is a subform Control not a subform control if...

    You may have to test to determine which subform is active before you refer to controls on it.
  13. KenHigg

    Best practice for running reports from a form?

    You can create a linked config type table that would flag which reports are active etc.
  14. KenHigg

    What is wrong with most people?

    . . . Golden :p
  15. KenHigg

    Validate Form Date only for Current Year

    Cool thing is now that you have in it in a module you can create a table for configuration data like this and if you need to change the date parameters all you have to do is change the value in the table and not have to poke around in code. You go from a hard coded parameter to a dynamic one...
  16. KenHigg

    Check box in Datasheet view

    You should be able to get to this through the TableDefs collection...
  17. KenHigg

    Recalc doesn't work in Reports

    Seems a report is a static type thing, why the need to recalc anything?
  18. KenHigg

    Which On Event to use ??

    Can't you use a textbox event trigger? Edit: OnExit trigger?
  19. KenHigg

    Advice Please

    Tracking the number of users as they log in is one thing, figuring out when they close is another...Seems I read something about concurrent users somewhere...?
  20. KenHigg

    Get rid of #ERROR

    You should trap the null values and code around them instead of the error.
Back
Top Bottom