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 Wanet Telecoms Ltd 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 DaveyCrockett

  1. DaveyCrockett

    Study tips for 70-291

    Thanks again! I'll get the book and transcender then!
  2. DaveyCrockett

    Study tips for 70-291

    Thanks astaylor! What is the best study material?
  3. DaveyCrockett

    Study tips for 70-291

    Thank you Matrix101. I appreciate your response. Do you know how many questions are on the actual 290 test? Is it 45?
  4. DaveyCrockett

    Passed 70-270, Failed 70-290

    I am enjoying the thread! Does anyone know how many questions are on the 290 & 291 tests and which one of the two (if any is easier than the other). I am looking to take one of them, but without much real life experiences in managing a 2003 server environment. Any assistance in this would be...
  5. DaveyCrockett

    Study tips for 70-291

    Could anyone tell me how many questions are on the 70-290 and the 70-291 tests? I am looking to take one of these tests, but am not too sure which one would be easier for me. I am going for my MCDBA and either one would fulfill the required OS section. Which one is easier? Also if anyone has...
  6. DaveyCrockett

    localhost/reports vs localhost/reportserver

    http://SERVERNAME/Reports is the Report Manager website http://SERVERNAME/ReportServer is the Web Service website Depending on how you are rendering the report, you will need to decide which to use. If your application is using the Report Viewer control and passing values from another external...
  7. DaveyCrockett

    Batch Printing with parameters

    This may not be a feasible post, so I may have to rethink how to print a batch. Thanks, Brian
  8. DaveyCrockett

    Newbie Questions

    DeepSheep, 1. Not too sure! 2. Not too sure! 3. Have you tried to put the "crunching" into a stored proc and having that value returned from the sp? 4. Try http://localhost/reportserver/ if you are developing locally. Otherwise use http://yourservername/ReportServer/ 5. You do have limited...
  9. DaveyCrockett

    Batch Printing with parameters

    Hello fellow developers/sql guru's! I am somewhat new to SSRS and have been racking my brain for about a month or so without ANY progress! I am a bit perplexed as to how one could perform a batch print operation for a report that accepts parameters. Let me give you more information though. I...
  10. DaveyCrockett

    Detecting Status of command button in a different instance of Access

    PHV - I am stuck in the design stage. I want to improve a process that we currently have and was thinking about trying DDE, but am hoping that something can be done in access as this is what the current application is. For some reason, many years ago, someone created this application using...
  11. DaveyCrockett

    Setting the value of a field to match the record above

    does the field have a name? if so, you might be able to do this. FieldName.Text (or caption if it is a label) = FieldAbove.Value I hope this helps
  12. DaveyCrockett

    Detecting Status of command button in a different instance of Access

    Hi, I have a question about trying to determine if a command button is clicked from another instance of access. Can this be done? Just in case you need more details I will provide below: if Application1.form1.CommandButton1 is pressed I change the caption to "ON" Otherwise it is set to "OFF"...
  13. DaveyCrockett

    Using DDE in MS Access 2000

    Hello Wizards, I just got done searching through MSDN for a sample DDE access db that links up to another access db to check the state of a button and came up empty handed. Does anyone have a very simple dde tutorial or any information how to check to see if a button is visible or not from...
  14. DaveyCrockett

    Any Good Dynamic Side Navigation Menus?

    Thank you Billy Ray. I found a good free resource and great examples. Take a star on me.

Part and Inventory Search

Back
Top