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!

Search results for query: *

  1. mhansler

    Removing Symantec Antivirus events from Windows Event Viewer

    You've given me enough info to go forward with. Thank you so much for all of your help. After testing on a few different machines, here are the details I worked out to accomplish my goal successfully. Such a big improvement for our logs. B. Run the following syntax to create a new log...
  2. mhansler

    Removing Symantec Antivirus events from Windows Event Viewer

    Amazing.. it shouldn't be this difficult, but apparently that url is not accessible. I've even created myself an account at pb and still could not access it. Perhaps because you have to intentionally share it out? How about you type the key here. Will that be possible? For example...
  3. mhansler

    Removing Symantec Antivirus events from Windows Event Viewer

    Check it out, it didn't let you post the url either. Can you re-post? I'm curious to see what registry hack you made to pipe the messages to it's own file. Thank you for your help
  4. mhansler

    Removing Symantec Antivirus events from Windows Event Viewer

    I am looking for the same answer. Or does anyone know a way to filter Symantec events to a seperate event log?
  5. mhansler

    InfoPath forms anyone ?

    I want to use Infopath to route a form for signatures and having difficulties getting it route from one address to the next. Has anyone done this already and can you help me?
  6. mhansler

    Where to place formula to Conditionally color fill bars of a chart

    Found it. IN CR9 right click on the chart and go into chart expert, then the options tab. If you do not see the options tap, uncheck "Automatically format this chart" and the options tab will appear. The first option is chart color. Click on the format button. Here you can build all your...
  7. mhansler

    Oracle pull records with specific date and time

    I need to devise three CR9 queries to pull data from 100000's of records. We've simplied it to pull at three specific times during the day. 09:00:00AM, 14:00:00PM and 16:00:00 PM. It's an oracle database with both date and time probes in the report. I've used datevalue, datetime etc. to no...
  8. mhansler

    Where to place formula to Conditionally color fill bars of a chart

    I have to color code bars on a chart based on specific conditions. For example: For sites that have more than three outages a month, I need to color code those bars red. Else, green. I can't seem to find where I can place a formula to do this. If I use a text box behind the chart, the bars...
  9. mhansler

    Condtional Formating for data not filled in color coded for resp party

    Thank you all for the suggestions. COLOR is incorrect in this form of use. RGB is correct. The text field option worked. And it worked beautifully. I tried your suggestion of shortening the code, but I could not get it to work. After the second else it kept telling me the rest was not part...
  10. mhansler

    Condtional Formating for data not filled in color coded for resp party

    Hello, I'm testing a field for null values and then color coding the background based on who the record belongs to. I can not get it to work. If I change the default color to black (meaning it will change the records that have data to be completely black) as opposed to white, it works. So the...
  11. mhansler

    Crystal Magazine

    I would love to subscribe a Crystal Reports Development Magazine, but I can't find one any place on the web. I've been to Element K Journals, windows developers, and crystaldecisions to locate one to no avail. Newletters in your box is nice, but it's also nice when you can have a magazine to...
  12. mhansler

    Excel 2000-Inherited workbook ;Cant find where column data coming from

    Hello, I've inherited a workbook from a former colleague. This workbook has 7 worksheets; of which, 3 are charts, 3 are pivot tables and one is for the rawdata. The rawdata is pulled via Microsoft Query from a Oracle database. There is nothing in the query that references to two additional...
  13. mhansler

    Excel - How To Select On Date Col Starting With Today and Beyond

    Can you paste what you modified dale? I am looking for how to pull records from an odbc sorced data via Microsoft Query, that is within the current month. FieldNameDate Select FieldNameDate for FieldNameDate = Current Month.
  14. mhansler

    How do I connect directly to the database?

    I have the same question. Have you figured it out?
  15. mhansler

    Where to find SMS Administrator Tid Bits

    Hello and I'm new to this forum. I've just taken on a new role of being an SMS Administrator for my Department and I'm looking for Administrative Tid bits to help me along. Like quick ways to set up Hardware & software inventory, coping collections to a new collection to be modified for...
  16. mhansler

    Data Presentation Problem using two tables & relationship.is correct

    I'm sorry it's taken so long to respond back to this. Been working on other fires. The control source for the field on the report is Funeral Home Name. However, Vendor is showing up. Not Funeral Home Name. Vendor is the primary key in the funeral homes table. Fields for the report from both...
  17. mhansler

    Recordset.FindFirst not working

    Thank you for your help, but no, that did not appear to work either. I've since deleted and re-created the box with the wizard, with always the same results. I am using a query to pull the combo box data from, that is sorted in ascending order. I don't see how that could be causing it, but I...
  18. mhansler

    Recordset.FindFirst not working

    I have a drop down list to select criteria. After selecting from the list, record in form does not move. Please help. :( Private Sub Combo54_AfterUpdate() ' Find the record that matches the control. Dim rs As Object Set rs = Me.Recordset.Clone Recordset.FindFirst...
  19. mhansler

    Place selected data & prompt 4 additional data to be printed on label

    Simple question I'm sure. But I need assistance. The goal is to print one mailing label at a time. Maybe 4 etc. Pick and choose who they want to print labels for off and on all day long. Prompt for additional info and have it all placed nicely on a label to be printed and placed on a...
  20. mhansler

    Data Presentation Problem using two tables & relationship.is correct

    2 Tables Funeral Homes Cases Funeral Homes primary key is "Vendor" Cases primary key is "Case Number" Funeral Homes contains two fields where one represents "Funeral Home Names" and the other is "Vendor" which is a short version of Funeral Home Names...

Part and Inventory Search

Back
Top