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 aharris2693

  1. aharris2693

    Crystal Reports Training

    I am in North Carolina and am looking for a good 2-5 day workshop for Crystal Reports. Do any of you know of any in or around this area, NC, SC, VA, GA? Also, I have a background in VB and am competent in all MS Office software. Would an intro class be a waste of time or should I buy a book...
  2. aharris2693

    Looping through the alphabet

    Thanks Skip As soon as I posted this I remembered how to do it. A small brain lapse I guess. Thanks again.
  3. aharris2693

    Looping through the alphabet

    Is there a VBA function for moving to the next letter in the alphabet? My loop is based on an integer, and I have considered using a select case to read each letter and change it to the next one. I only have 43 columns, so I could do this, but if there is a simpler way it would be great. Thanks
  4. aharris2693

    Print a dbgrid

    I have a similar task, did you ever find any info on this?
  5. aharris2693

    Dynamic TextBox

    Thanks Golom, I had a feeling that was the case, but I was hoping otherwise. Thanks also for the very quick response.
  6. aharris2693

    Dynamic TextBox

    I am looping through an Access database and for each record, creating a text box to display 1 field from each record. The problem is that the field is a memo and therefor some records are quite long. I have tried to set the multiline property to true, but I get errors everytime I use this...
  7. aharris2693

    Excel 97 SR-1 vs Sr-2

    I have built an application in Excel 97 Sr-2 that works great on my machine, and has been deployed to around 50 machines locally and have had no problems, once we started sending it off site, an "compile error" has begun showing up with people using 97 SR-1, has anyone come across...
  8. aharris2693

    Initial Value of Combo Box

    BK If you don't need "Select An Item" to have a value, you can just set the .text property to "Select An Item."
  9. aharris2693

    deleting a record

    I have a program that allows the user to build the contents of an Access DB. they can add, update and until about an hour ago, delete. Everything worked fine and then I began getting the following message everytime I tried to delete, An unhandled exception of type...
  10. aharris2693

    Visual Basic.Net Updating Access 200 with ADO.Net

    MRSOLO Thanks for posting your own solution in this forum. I have been trying for almost 3 days to add a new record to my DB, a process that I thought should be relatively simple, and everywhere I found samples, they were just like what I already had. But like your problem, it was as simple as...
  11. aharris2693

    loading a DB from a dataset

    From the research I have done as well as reading previious posts, I have written the following code as a sample to learn the process of reading and updating an Access DB. It all woks fine until the update command. At this point, I get the following message "An unhandled exception of type...
  12. aharris2693

    Form Control Combo Box

    Thanks again for all your help, it worked perfectly.
  13. aharris2693

    Form Control Combo Box

    I am an intern and am trying to make a form that will update another form when changes are made. i have built the whole thing using control objects, but once I am gone, no one will know how to change any of the VBA, so I am trying to do it much simpler using the 'forms' objects. My question...
  14. aharris2693

    Good Resource Material?

    Thanks to both of you. Young user, I am kind of stuck having to buy books because I only and intern am only here about thirty hours a week, so most of my learing I have to do at home where I only have VB 6. Thanks to both of you again though and I hope that eventually I will be able to use the...
  15. aharris2693

    Passing value one web page to another without using form?

    Not sure if I completely understand the question, but it seems like you are trying to reload the pasge to its original state when the back button is used. If this is correct, you could just reset your session to the original value at the beginning of any page that you may navigate to within...

Part and Inventory Search

Back
Top