Search results

  1. T

    Graphs on a report: X axis auto-fillng!

    Hi, I am having an annoying problem. I have 7 graphs on one page that basically show someone's grades for a given period of time by week (an average per week).. and each of the 7 graphs represents a different "area" they can receive grades in and one Average. So, the X axis are just dates...
  2. T

    Problems with Internet Control Transfer

    Well, I just ended up using the URLDownloadToFileA routine from urlmon.dll
  3. T

    Problems with Internet Control Transfer

    Hi, I'm having an issue with Microsoft's Internet Control Transfer. I am getting an error, 429, that says "Problem initiating/creating ActiveX Control" or something to that effect. I've downloaded the MSINET.OCX file an registered it. But I think perhaps I am missing a dll that it is dependent...
  4. T

    Refreshing rowsource query for combobox?

    Ya, thanks guys. Lots of helpful people here :) I actually figured it out about 10 seconds after I posted, unfortunately I don't have internet access on my comp at work... I just refreshed the combo box.
  5. T

    Refreshing rowsource query for combobox?

    Thanks, but how do I requery a query without a name? Since it's just in the rowsource field...
  6. T

    Refreshing rowsource query for combobox?

    Hi all, I have a combo box which gets it's values from a table. It also has a where statement to filter the data given the value in another combo box. I.e. SELECT DISTINCT Table1.some_field FROM Table1 WHERE Table1.some_other_field = Forms!frmSomeForm.Combo_box The first time I change the value...
  7. T

    Enter Parameter Value box keeps popping up?

    Hello, I am trying to create a Report which displays a bunch of pivotgraphs. Each graph has it's Name field linked to the reports Name field, which is from a query (not the same as the graphs). I then want to filter the Name field on the graph to get only certain people, and since it's linked...
  8. T

    Grouping dates into Weeks?

    Hello, I am new to Access and I am having a problem with something. I have a query which returns, among other things, dates. I need to organize (group) the dates into weeks. Does Access have a function which could do this? Or some other way of grouping the dates? Or How would I got about writing...
Back
Top Bottom