I need to take info from about 15 Text Boxes and put them into an access DB. I have been trained in VB6 and could do it using VB6, but the problem is that I no longer have access to VB6. All I have is ...
So I have an ORACLE database with a column of Floats that I am trying to use in some extremely simple calculations. Here is the code: Code: 'Calculate gross income from hourly wage and hours worked ...