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 bkrike 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 camjon

  1. camjon

    How to implement a Stack

    Thank you for the excellent post Craig0201, that was some very valuable information. I have just one more question, I am doing this in VBA 2003 and I am getting the error "user-defined type not defined" how do you define the user types. Thanks
  2. camjon

    How to implement a Stack

    I want to know if anyone knows how to implement a stack in vba
  3. camjon

    getting the length of a string

    I would like to know if anyone knows how to get the length of a string that is in an xml file. Here is an example of what im trying to do <trip>florida</trip> <population>12346569</population> I want to go in a get the length of the charcters that are in between the tags. If...
  4. camjon

    How to get embedded information

    I am having trouble trying to get some information out of an xml file. here is a made up example of what im trying to do -<time> <hour>12</hour> - <clock> <hour>one</hour> - <min> <number>30</number> what I am trying to do suck out the...
  5. camjon

    How to make an pic appear on a form from a table?

    try this forum705: Microsoft: Access Modules (VBA Coding)
  6. camjon

    Writing Arrays

    Thanks
  7. camjon

    Taking excel vba and using it in access

    Thank you both for your responses, I have gotten it to work.
  8. camjon

    Writing Arrays

    I am fairly new to vba, i am having trouble getting the syntax down, I was wondering if anyone could help me with arrays or some links to some good webpages that talk about writing Arrays in vba. Thank you
  9. camjon

    Taking excel vba and using it in access

    I have been givin the task of taking vba code done in excel, and converting it into workable code for access. Below is a sample of the excel vba. I know that I will not be activating cells and or a workbook, any suggestions will be very helpful. Thanks PrivateSubcmdLoad_Click()...
  10. camjon

    Opening a file

    Ok, Thanks again....I will play with the macros
  11. camjon

    Opening a file

    Im am using vba, i apologize for the confusion....but thank you for the advice
  12. camjon

    Opening a file

    I am learning how to program in VB right now, I just want to know what is the syntax for opening a file, I know how to do it in C++ but im confused on how to do it in VBA
  13. camjon

    Using Stacks

    How can you implement stacks in VBA, I know how to do it in c++ but im having trouble using it in VB.
  14. camjon

    Importing an XML file into access

    I am having trouble importing an XML file into access, it will import some of the things that I need but not everything. I need to know how to import everything that I need. Thank you

Part and Inventory Search

Back
Top