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 strongm 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 desi5pure

  1. desi5pure

    How to select all tabs (worksheets)

    kjv1611: Thanks for reminding me. I did vote for you and other members who posted. In my opinion, everyone who posts (even if their input is not helpful) should be thanked either by 'generally accepted medium of a click' as you put it or a thank you note via posts. I have always thanked people...
  2. desi5pure

    How to select all tabs (worksheets)

    Thanks all. I forgot that 'Find' has option to select from current sheet or workbook. It's lot easier. Once again, thanks all for sharing.
  3. desi5pure

    MS Access reports export to Excel

    We use MS Access 2007. When I run any report, it shows report but does not give me option to export to Excel. I can export to other formats (pdf, xps, etc.) but not to Excel. Excel option is grayed out (disabled perhaps?). Where can I find setting that will allow me to export reports to Excel?
  4. desi5pure

    How to select all tabs (worksheets)

    Thanks for sharing your macro. That's a very neat macro if you know names of all your tabs. I am sure someone knows how to get names of all tabs so (a) you don't have to hard code it and (b) if you add/delete shheets, you don't have to update the macro.
  5. desi5pure

    How to select all tabs (worksheets)

    I would like to do find on whole spreadsheet; is there a way I can select all tabs (sheets) and issue a find command?
  6. desi5pure

    Batch job information duration

    I found the settings and ours is set to 5000 and it seems that there is just one setting for the whole server and not individual settings for each job but I can't figure out why some jobs' history is there for months and others is there for only days?
  7. desi5pure

    Batch job information duration

    Thanks both of you. I will check it out.
  8. desi5pure

    Batch job information duration

    We are using SQL 2000. Where can I find (or set) how long job information is kept on jobhistory/sysjob tables? It seems information about some jobs is kept for months while others is only few days. I want to look at old abends for few jobs.
  9. desi5pure

    How to get Column names from empty table (Desc in Oracle)

    How can I get column names from a table that doesn't have any data or has data (just like DESC command in Oravcle)?
  10. desi5pure

    [b]Delete duplicate[/b] records

    I tried but here is dilemma. Let's say I want to delete dup acct numbres. If my table looks like ID Acct OtherFields 1 11 2 11 3 12 4 13 5 13 I want delete two dup (one 11 and one 13). The Wizard gives four records, 1, 2, 4 & 5. 1 11 2 11 4 13 5 13 Is there a...
  11. desi5pure

    [b]Delete duplicate[/b] records

    Thanks Randy! I haven't used that perticular query wizard but makes sense to use that. I appreciate your response.
  12. desi5pure

    [b]Delete duplicate[/b] records

    How to delete duplicate records from table/query? Let's say, in a table there are 9 fields fld1 through fld9 and organized/grouped by least occuring to frequent occuring from fld1 - fld9. If I want to delete all duplicate records that match on fld1, fld2, and fld3. How would I do this?
  13. desi5pure

    Outer Join

    Thanks! Forgot all about UNION. I tried and it and it works like a charm. Once again, thanks to all for responding. This is a great site; I learn a lot from this site through everyone's participation.
  14. desi5pure

    Outer Join

    Thanks! One question--since we are joining (union) left outer join and right outer join, wouldn't this double records that are in both tables? Bother outer quesries would include records in both tables.

Part and Inventory Search

Back
Top