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!

Search results for query: *

  • Users: DaveyCrockett
  • Content: Threads
  • Order by date
  1. 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...
  2. 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"...
  3. 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...
  4. 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
  5. 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...
  6. 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...
  7. DaveyCrockett

    Null String value Retrieved from DB

    Hello all! I have a dilemma. I have an application that is retrieving null values from the database and when I try to concatenate all of the retieved fields (ie.. grs.Fields(0) & grs.Fields(1) & grs.fields(2)) let's say Field(0) = "Hello" Field(1) = null Field(2)...
  8. DaveyCrockett

    Parsing Values in a selected combo box

    Hello Everyone, I have a tricky problem here. I am creating a page that dynamically creates 24 combo boxes with a different name for each (ie.. 11~100~10~10~2,12~200~21~50~2,etc...) What that means is that I am creating a combo box for each item I want selected. I populate the first number...
  9. DaveyCrockett

    ComboBox OnChange Event

    Hello Everyone! This is an extremely tough one, that I have been researching. I a combo box that is populated based on a field in a database. I want to be able to select that item in the combo box and the values corresponding to that Record should be retrieved. Is this possible without...
  10. DaveyCrockett

    Limiting Flat Files to a Specified Size

    Is there a way to limit how big a file can grow and to delete or overwrite old data. ie. I have a VB Application that is writing to a log file using APPEND. This file can get pretty big if I don't clean it up. This is my function that writes to the file: Public Function WriteToFile(LogFile As...
  11. DaveyCrockett

    Problem with systartup_v5.com file not working properly

    Let me first state that I am fairly new to OpenVMS and have been trying to learn how to fix some of the issues that I have been stuck with by my predescessors and was hoping that someone might be able to help me fix it. In our systartup_v5.com file we have the following lines: $...
  12. DaveyCrockett

    VB6 - Insert Into Oracle 9i

    Hello wizards. I have a question that has been boggling my mind for DAYS now. I have tried just about every scenario that I could in getting the Date and Time inserted into a field in an Oracle table. Error = ORA-00917: Missing Comma Insert Statement: INSERT INTO...

Part and Inventory Search

Back
Top