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 gkittelson 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: kawika1975
  • Order by date
  1. kawika1975

    Creating A Button to Produce A New Report (query)

    Hello, I created a database using a form to input data. My problem is trying to add a button to where I can create a new report using various criteria. How do I go about doing this? Any suggestions would be greatly appreciated.
  2. kawika1975

    Creating A Button to Produce A New Report (query)

    Hello, I created a database using a form to input data. My problem is trying to add a button to where I can create a new report using various criteria. How do I go about doing this? Any suggestions would be greatly appreciated.
  3. kawika1975

    Increment an alphanumeric string

    TheAceMan1, Hey, it works great. Thanks again.
  4. kawika1975

    Increment an alphanumeric string

    TheAceMan1, Thank you for your response. I am going to give that one a try and I'll let you know how it turns out. Thanks so much.
  5. kawika1975

    Increment an alphanumeric string

    Sorry MichaelRed, I found your previous post, however I am having trouble understanding it. The person that you helped seems to have found a solution, however I am having trouble understanding his code. It seems he wrote a whole bunch of code to increment a alphanumeric string.
  6. kawika1975

    Increment an alphanumeric string

    Hi, How do I go about incrementing an alphanumeric string by 1? For example: stCustomer is a string that contains a value of C012. I am trying to increment the string by +1 to get a value of C013. I know this sounds really simple, however I am having trouble finding a solution. Thanks for...
  7. kawika1975

    java.lang.NullPointerException

    Sorry about that sedj. Here is all the errors that I am getting. java.lang.NullPointerException at mortgageCalculator.constructMortgageSelection(mortgageCalculator.java:425) at mortgageCalculator.<init>(mortgageCalculator.java:77) at mortgageCalculator.main(mortgageCalculator.java:54)...
  8. kawika1975

    java.lang.NullPointerException

    I am working on this mortgage calculator, the program compiles fine and all, however when I try to run the program I get a java.lang.NullPointerException. Could someone please take a look at the following code and advise me on what I did wrong? /*********** Import Libraries...

Part and Inventory Search

Back
Top