Search results

  1. KenHigg

    Chart Options

    Hum... removed the [datDate] ref from the Chart Axis option and that fixed it. :)
  2. KenHigg

    Chart Options

    Yes, modern charts.
  3. KenHigg

    Chart Options

    I am doing charts similar to the ones below and can't find the options to format the top chart dates like the ones on the lower chart. Any suggestions? These just appeared this way and as far as I can tell comparing the options for the two, I can't see anything to set/reset...?
  4. KenHigg

    Solved Error msg resolution

    I wonder if windows maintains a list of read-write/read-only file extensions...
  5. KenHigg

    Solved Error msg resolution

    Yeah, I mucked up the entire thread by posting wrong screen shots, sorry. And thanks for your help...
  6. KenHigg

    Solved Error msg resolution

    Yeah, I posted the wrong code and error msg, sorry. I did have the table name in the docmd. Here is what I was getting: And it was the csv causing the issue. fyi - when you pull up the explanation for the error msg 3027 is says nothing about the file name extension issue. Why is a .cvs read...
  7. KenHigg

    Solved Error msg resolution

    When I run this: ================================================= ================================================= I get this: Any suggestions? The cvs does not exist yet... >>>Thanks for any help :)<<<
  8. KenHigg

    <> doesnt work

    Smart folks here :)
  9. KenHigg

    <> doesnt work

    Thanks! I think I’ll just add a “” and use the <>
  10. KenHigg

    <> doesnt work

    yes, what isladogs suggest! Thanks
  11. KenHigg

    <> doesnt work

    A little wordy but sparked an idea, Is Null works - thanks! May have to trap empty len strs too...
  12. KenHigg

    <> doesnt work

    Here is watered down example, still does not work - ?
  13. KenHigg

    <> doesnt work

    Hum... it's really just a table with a column that has an occasional 'x' to indicate the need to exclude the row and a simple query with the criteria <> 'x'. It is an attached excel table though, hum...
  14. KenHigg

    <> doesnt work

    Want to exclude these:
  15. KenHigg

    <> doesnt work

    Why does this not work: Column with occasional 'x' but <> 'x' will not exclude them... ?
  16. KenHigg

    Using >= in cell as part of formula

    Probably right about better / worse but the slider is a. used to put a value in a field then it spawns values in several other fields which makes it a tad better than typing all the values in and, b. kind of sucks the user in watching a graph dynamically change as you slide it up and down... :)
  17. KenHigg

    Using >= in cell as part of formula

    I'll try that - thanks Edit = actually got it to work this way as well: =">="&M2 where I adjust the val in m2
  18. KenHigg

    Using >= in cell as part of formula

    Hi all, long time since I've been here. Anyway, I have a countif() where the if refs a cell that contains <=250. It all works but now I would like to make the 250 dynamic, like maybe it comes from a slider bar, etc. Any suggestions? Here is the countif()...
  19. KenHigg

    Create sql server table

    I will give it a look - thanks!
  20. KenHigg

    Create sql server table

    Wow - Thanks for both replies. I will see if I can get SSMS first!
Top Bottom