Hey all!
A lot of times answers in the posts here speak of using modules. Especially if you are using certain tasks in different parts of your program.
Now I understand how to Call modules from within your program, to perform repeated tasks throughout your project such as Error Handling and such.
But my question is this... When I first began to learn VB I read about using 'specific' names for textboxes, etc. Like txtNetSales, txtGrossSales, txtGrossprofit and txtNetProfit.
Now when you utilize a Module to perform a Error Check for a certain function like an IsNumeric. Do you need to have all your names declared the same to use the module in different parts of your app???
And what if you want to use the ErrorCheck IsNumeric function for another part of your app which has txtNumberUnitsSold and txtNumberUnitsReturned???
I'm wanting to begin to use modules and other techniques as my experience grows. Any advice or insights would be greatly appreciated.
Thanks! :)
