Recent content by ericschramm2000

  1. E

    Enter Parameters through a Form

    Can you give me an example of how to go about coding it? I'm very inexperienced with coding.
  2. E

    Enter Parameters through a Form

    I've searched the forums for quite a while now and haven't exactly found the answer I'm looking for, so I appologize if it's already been covered elsewhere. I have a tough situation to explain, but I'll do my best: I have a query that has several fields that are calculated by adding or...
  3. E

    blank pages in report...

    The parameters are entered when you open the report - you're prompted.
  4. E

    blank pages in report...

    Just one graph based on all the records from a multiple parameter query.
  5. E

    blank pages in report...

    didn't work, maybe I'm typing it in wrong. I tried it a number of ways: varX = DLookup("[Begin]", "[Cycle Time]", "[TEST_REQUEST_NUMBER] = ") varX = DLookup("[Begin]", "Cycle Time", "[TEST_REQUEST_NUMBER] = ") = DLookup("[Begin]", "Cycle Time", "[TEST_REQUEST_NUMBER] = ") =...
  6. E

    blank pages in report...

    I'll see if I can explain my main problem here, then you guys (and gals) can see if you can shed some light on this... FYI- I'm running Access 97, most of my tables are linked to an ODBC database... The only way I'm able to display anything from a query (including parameters) on reports or...
  7. E

    blank pages in report...

    I need to show a begin date and end date on a chart. I've tried every other "normal" method already without any luck - tried putting it on a form and referencing the form, other reports, and other round-about ways... If I could get rid of the blank pages this way would actually work. Is there...
  8. E

    blank pages in report...

    I need the data source to stay though because I need to show a parameter from that report. I need a way to just get rid of all of those blank pages, but still have the report based on a query.
  9. E

    blank pages in report...

    Took it out and still no luck... I checked the code too, nothing there except: Private Sub PageFooter_Format(Cancel As Integer, FormatCount As Integer) End Sub :confused:
  10. E

    blank pages in report...

    I'm trying to be sneaky and get around another issue I have with a report, but I'm having some trouble. I need to create a report based on a query (no problem), but I need that report to show no fields. So, I go ahead and put the mandatory one field in from the report wizard, and from the...
  11. E

    Multiple Charts with parameters in reports

    bump bump bump
  12. E

    bang (!) verses dot (.)

    Thanks guys!
  13. E

    bang (!) verses dot (.)

    When is it appropriate to use a bang (!) verses a dot (.) when directing objects (like text boxes) to fields (like a parameter). i.e. =Forms![form name].field Thanks,
  14. E

    Conversion from 97 to 2000

    Has anyone had trouble converting from 97 to 2000? Specifically, converting current 97 databases to 2000. And, can others with 97 see databases from 2000? Thanks,
  15. E

    Help - parameters will not show in report!!!

    The dates are from Query #2. See Query #1 takes data from both #2 and #3. #2 and #3 take data from linked tables. In the criteria section of a date field in Query#2 I put in the following expression : Between [Beginning Date] And [Ending Date] Which works great for narrowing down the...
Back
Top Bottom