Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by carynbo

  1. carynbo

    Differing behavior btwn Access 2003 & 2010 - Repeating Header

    FYI, in case anyone else experiences this issue, I got rid of the repeating header by changing the setting for the Group variable to "without a footer section." Caryn
  2. carynbo

    Differing behavior btwn Access 2003 & 2010 - Repeating Header

    I have an .mdb with a report that displays properly in Access 2003. The records displayed in the detail section contain a numeric field, sorted in ascending order, and is used as a grouping variable. When the value of the grouping variable changes, the heading text changes. Therefore, one...
  3. carynbo

    Result of calculated field differs in Report View from Print Preview

    Many, many thanks Duane. I will change the Default View on my reports to Print Preview -- this is excellent information. Now if I were to really press my luck I would want to know how to change the default report Default View in Access 2010. However, I am certainly satisfied with the helpful...
  4. carynbo

    Result of calculated field differs in Report View from Print Preview

    Thank you very much, Duane. You provided the solution -- look at data only in Print Preview. Do you by chance know how to make the default view for a double-click on a report be print preview? In 2003, upon double-clicking a report I probably went right into Print Preview. However, in 2010...
  5. carynbo

    Result of calculated field differs in Report View from Print Preview

    Thank you for your reply. The main report contains two subreports. In the main report is a Control Source =(SubRpt1_Total + SubRpt2_Total). There are no Events associated with the control - all "On" events on the property sheet for the control are blank. The same is true for the report - all...
  6. carynbo

    Result of calculated field differs in Report View from Print Preview

    We just moved from Access 2003 to Access 2010 and find a difference concerning when calculations are performed. I have a report with a blank Page Header, a blank Page Footer. The Detail section contains subreports with numeric fields. Above the subreports is a summary section that displays...
  7. carynbo

    Changing Sort Order @ Runtime

    Perfect; thank you. Caryn.
  8. carynbo

    Changing Sort Order @ Runtime

    Thanks LB. Good solution, and you forced me to better formulate my question. My reports display aggregate data by Company Name and Category; therefore Company Name and Category are groups. Groups specify Ascending or Descending order. Therefore, even if the Record Sort Expert sorts records...
  9. carynbo

    Changing Sort Order @ Runtime

    According to thread149-790093 one can give the user a choice of how to sort fields in a report by giving the user a parameter from which to select. A formula is based on the parameter, and then the formula is used for the sort order. Is there a way I can modify the formula below to sort...
  10. carynbo

    Methodology for updating web page reports

    I am writing for reading suggestions about how to update Crystal Report Instance numbers on our web page links. Our web page displays reports as links - for example ReportA links to: http://OracleApplicationServerName/ReportFolder/PrtSpecs.jsp?rptid=InstanceNumber Web page created in: Oracle...
  11. carynbo

    Scheduling reports - passing parameters

    Related to rb2005's posting regarding scheduling & prompting for parameters, I would like to schedule a list of reports, passing parameter values. My thought was to create an event called 'New Quarter'. I would run this event manually when I know there is new data in the database for the new...
  12. carynbo

    Recommendations for Oracle Portal Help?

    Hi. Are there any forums anyone can suggest for help with Oracle Portal? Thank you, Caryn
  13. carynbo

    Beginner's Question - Colour re intesity

    My question continues with Thombathe's instructions on Color Picker. I have a black and white .bmp image open in Photoshop. I want to change the white to beige (FFFFCC). In the Color Picker window I have the exact color I want to replace white with. How do I replace everything white in my...
  14. carynbo

    Horizontal Page Break Possible?

    lbass, a very delayed thank-you for your reply. i was trying to accomplish this task without doing a crosstab, because the boss prefers the nicer report-style formatting. but your note nudged me to do this as a crosstab, which i believe is the correct, efficient way to display this matrix...
  15. carynbo

    Horizontal Page Break Possible?

    Goal: Report displays annual sales in columns starting with 1990 to the present. Each year a new sales column should be added to the right. Rows are regions. It has been suggested that I do the report on legal-sized paper, to leave room for the next few years to be added to the right. I...

Part and Inventory Search

Back
Top