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.
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.
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.
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...
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)...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.