Search results

  1. 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...
  2. 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...
  3. 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,
  4. 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,
  5. E

    Help - parameters will not show in report!!!

    I'm tryin to have my Beginning Date and Ending Date parameters show up in a report. The report is based on a query (call it query #1). Query#1 is based on two queries (#2 and #3). The parameters stem from Query #2, which inturn proceeds to #1 and to the report. How do I show these dates on...
  6. E

    direct a text box to a parameter?

    I want to put two text boxes at the footer of a report that display beginning and ending dates that were entered as parameters (like To: and From: ). But, the report contains a couple charts from completely different queries and the beginning and ending dates apply only to one chart. What do...
  7. E

    Multiple Charts with parameters in reports

    I'm trying to put a number of charts in one report. Each of the charts is from a different query, and each query requires a beginning date and end date parameter input. I do want to use the same date for every chart though. How can I do this??? I'm guessing I might be able to make each chart...
Back
Top Bottom