Recent content by rmoreno

  1. R

    Referencing Group Footer Calculated Field in Report Group Header

    All very valid points. How do you suggest I resolve this problem? I tried referencing the Group Footer control in the Report Header but got the same results as I did when I tried to put the control reference in the Group Header. You mentioned control triggering events. How would I trigger...
  2. R

    Referencing Group Footer Calculated Field in Report Group Header

    Here is a zipped copy of the Group Footer control calculations. I copied the original code into a Word document. How would I trigger an update to the Header control after the Footer control has finished calculating its value?
  3. R

    Referencing Group Footer Calculated Field in Report Group Header

    The Group Footer control is calculated after the data detail has fully run. This activity seems to work fine. However, when I try to reference this control in the Group Header, I get a value of 1. How would I trigger an update to the Header control after the Footer control has been calculated?
  4. R

    Referencing Group Footer Calculated Field in Report Group Header

    I have a report that has a calculated field in a group footer. I would like to reference the value of this calculated field in the group header. When I try to reference this field, using its control name, in the header I get the wrong value. Is there something special I need to be doing to...
  5. R

    Creating A Master Query or Report From Multiple Queries

    [SOLVED] Creating a Master Query or Report From Multiple Queries I want to thank everyone who took the time to view my post. Since posting this problem I have developed code that will allow me to summarize my data at the report level. Thank You Everyone!!
  6. R

    Creating A Master Query or Report From Multiple Queries

    I need help. I have been running 5 reports to gather company information. I then take the data from these 5 reports and manually load them into an Excel spreadsheet to calculate a grand total. I would like to be able to run a query or report within my database to get the same information. I...
  7. R

    Unbound Subreport Duplication Problem

    I have a subreport created from a query. I am trying to imbed this unbounded subreport into my main report and I keep getting multiple summaries. Can anyone tell me why this is happening and how I can stop this from occuring? Thanks in advance
  8. R

    Repairing a Back-End Database Question

    Downloaded and tried the MS JetCompact utility. This utility is great. It was able to recover all my data with no known issues. Thank you for recommending this approach. Thanks!!!
  9. R

    Repairing a Back-End Database Question

    I am trying to repair my back-end database but am having trouble. Everytime I select 'Repair Database' I get the following error: '\\BE_Data.mdb' isn't an index in this table. Look in the Indexes collection of the TableDef object to determine the valid index names.' Can anyone tell me what...
  10. R

    ac97 replacement for DateAdd()

    You are absolutely correct. The fault was mine. I misspelled DateAdd() by typing in DataAdd(). Thank you for helping me see the error in my typing.
  11. R

    ac97 replacement for DateAdd()

    Can anyone suggest a work around for the DateAdd() function. I have Access 97 and this function is not available.
  12. R

    Rolling a Date Back 12 Months Question

    I am using Access 97, I tried looking for the DateAdd function and could not find anything. Is this function available in Access 97? If not, is there a work around.
  13. R

    Rolling a Date Back 12 Months Question

    I have a query that takes a date from a selection form. Is there a way to window my data by taking this date and going back 12 months to give me a block of data covering this 12 month window. Example: Date entered is 03/dd/06 Date window desired is 04/01/05 thru 03/14/06
  14. R

    How does one add charts to a Report using the Chart Wizard

    Thank you for your inputs. I started a chart from scratch and inputted it into a form instead of a report. Things were much easier. I appreciate you explaining this to me in simple terms so that a novice such as myself could understand. Thank you again.
  15. R

    How does one add charts to a Report using the Chart Wizard

    Thank you so very much for pointing this out to me. Works as I had hoped it would. Could you help me to understand how to use the Chart Wizard and get the desired charting result. Being a novice to this I could use a bit of guideance on how to do this process correctly. Thanks
Back
Top Bottom