Search results

  1. R

    Scatter Plot using dates?

    I'm trying to create a graph that is just a scatter plot, with dates on the x-axis and values along the y-axis. The problem is that Access won't let me plot the raw data, it says that the data must be summarized when using dates... Is there any way to get around this?
  2. R

    Need help with Linked Table!

    My problem is that I need to be able to change the link path. I have a linked text file that works fine, but I need to move the directory it's in. If I try to use the Linked Table manager it gives me this error: "The text file specification '<My Table Name> Link Specification23' does not...
  3. R

    Easy question - public variables?

    I am trying to define a variable in one module that can be used in another. I seem to understand that in order to do this, you need to declare it as a public var. Well I do this, but when I open the second module to access this variable, I am told it's undefined. Anyone help please? (I'm sure...
  4. R

    Can you mark a chart using VBA?

    I would like to make any kind of mark I can on a chart, I am just trying to hilight 2 tick-marks at the very least. Is there any way to do this? Thanks!
  5. R

    How to create a Histogram in Access

    Any ideas? There has got to be an easy way...
  6. R

    Modify select Query with VBA

    HELP-- I'm Stuck: Modify select Query with VBA I've searched for this topic but was unable to find the answer. How do I modify the WHERE clause of a previously created Select Query, using VB? TIA!
Back
Top Bottom