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!

Search results for query: *

  • Users: DaveyCrockett
  • Order by date
  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.
  15. DaveyCrockett

    Any Good Dynamic Side Navigation Menus?

    Hello Everyone, I am looking for a good, easy to modify menu that will be placed on the left side of a web page. Does anyone know any great examples? Thanks
  16. DaveyCrockett

    Grouping Multiple Values in Queries

    Great Thanks. Now comes the real tricky part. I am trying to create a report in Access that has the values represented in monthly sections - vertically. An example. Serial | March | February | January etc... Item 1 | Count AVG TTL | Count AVG TTL | Count etc... Item 2 | Count...
  17. DaveyCrockett

    Developing DB Help File

    To make it really simple, if you have already created and formated (if that is a word lol) in Microsoft Word or Excel or txt whatever really, you could like the command button, link, picture or whatever directly to the help file (document in whatever format you have it in). Just my two pennies...
  18. DaveyCrockett

    Grouping Multiple Values in Queries

    Hello All, I was hoping for a little knowledge on how to group multiple values together. I have a query that links multiple tables, queries, etc... and Counts multiple Serial Numbers. It groups them by the month, but I also somehow need to group them by year. As I am trying retrieve 12 months...
  19. DaveyCrockett

    A tricky one! => VB Insert Multiple into Access DB

    Hello Everyone, I have had so much success by posting to Tek-Tips that I thought I would return for another tip. I am trying to help out a church to assist them in their recordkeeping of class attendence. They currently have the people sign in and keep the sheets filed. I thought it would be...

Part and Inventory Search

Back
Top