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 bkrike 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 Jazztpt

  1. Jazztpt

    Summary question

    That works a treat, I had to start with a blank report but the concept works perfectly. Just need to buoild my report up bit by bit and take it from there. Really appreciate your help. One thing I don't understand is the use of the A.? what exactly does this mean/do. Jazztpt
  2. Jazztpt

    Summary question

    Thanks for your quick response, will give this a go asap. Cheers Jazztpt
  3. Jazztpt

    Summary question

    Took a bit to find the time to try this at work, had a go earlier. Not working as yet. I created the SQL expression: %Attend (select count("Transdate") from vwTransactDetail where "MemberNo" = vwTransactDetail."MemberNo") And the group @Count if {%Attend} in 1 to 20 then "1 to 20" else if...
  4. Jazztpt

    Summary question

    Many thanks for your help with this lbass, I will try this out as soon as I can and let you know how I get on. Really appreciate your assistance, this is something I can use for lots of reports. Jazztpt
  5. Jazztpt

    Summary question

    I created a group on memberNo Group #1 Name: tblAttendance.MemberNo(number) and in the group 1 header I added the formula Count of tblAttendance.Transdate(number) I Suppressed the detail to give me the grouped MemberNos with the count of the number of transaction dates. Cheers Jazztpt
  6. Jazztpt

    Summary question

    Sorry Crystal 8.5. Thanks Jazztpt
  7. Jazztpt

    Summary question

    Hi - I have built a report that groups members and totals the number of attendances for each member. What I normally do then is export to Excel and use a Frequency Array formula and 'Bins' to group the attendances i.e. 10 members came 1-5 times , 20 members came 11-20 times etc. I would like to...
  8. Jazztpt

    What to charge.

    I am thinking along these lines now. I have probably already built most of the reports/templates that would be needed myself, but as everyone sets up their data/systems in a different way, and this is the industry knowledge bit, each report will need some tweeking for it to work. So I will...
  9. Jazztpt

    What to charge.

    Thanks for the input. The software I am working with is configured so that .rpt files can be saved and run from within the application. They can then be exported as PDFs, xls etc or emailed so that extra functionality is built in which makes life easier for me. One thing though which I am...
  10. Jazztpt

    What to charge.

    Thanks for the replies and the very good advice. I am going to take it and not sell myself short. Cheers Jazztpt
  11. Jazztpt

    What to charge.

    Hi - hope someone can give me some advice. I am going to be a bit vague about the details as I don't want anyone borrowing my idea. I work for a local authority which uses an application which is the market leader of its type, it is used by many other Councils across the country and by many in...
  12. Jazztpt

    Shared xls file problem

    No, definitely not 'freeze panes'. Jazztpt
  13. Jazztpt

    Shared xls file problem

    Hi - I have a shared xls workbook on the network at work. There are ten tabs for ten different groups, though no real chance that users would be trying to change the same data. Problem with this workbook is the only way to navigate is to use the keyboard arrows. Scrolling on the screen using the...
  14. Jazztpt

    Deleting duolicates

    Found the solution - need to copy the structure of the table and make the fields with duplicates in Primary Keys. You then create an append query from the table and append to the new table. The query will not duplicate values due to the primary key. Jazztpt
  15. Jazztpt

    Deleting duolicates

    Of course the title of this thread should have said 'Deleting Duplicates' Jazztpt

Part and Inventory Search

Back
Top