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 TouchToneTommy 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 datadiva

  1. datadiva

    Barcode functions in Crystal

    This site has in depth instruction for Crystal users as well as an ufl to download. http://www.bizfonts.com/crystal/
  2. datadiva

    Cannot delete from specified table with ODBC

    Converted Access data to SQL and linked tables via ODBC. In Access 2000 delete button (code below) runs fine. Enabled MS-DAO 3.6 in VB References and fixed my user-error not defined problems, but now have 3086 RT Error. I am sure it is because I need to change something else in the vb code...
  3. datadiva

    Maximum of a Maximum - aggregate function?

    Thanks for the suggestion. (and yes the avg should have been 7) I actually solved the problem with some creative uses of a crosstab.
  4. datadiva

    Maximum of a Maximum - aggregate function?

    BTW, I realize you can't summarize on a summary, but I think it can be done with variables, just not sure how.
  5. datadiva

    Maximum of a Maximum - aggregate function?

    I have data that needs summarized on min/max/avg of a summary. Item Time 1 1 1 1 1 5 2 2 2 4 2 6 3 3 3 5 I have the summaries working as a group function Item Total Time 1 7 2 12 3 8 Now I...

Part and Inventory Search

Back
Top