SBBmaster09
Registered User.
- Local time
- Today, 21:50
- Joined
- Apr 26, 2013
- Messages
- 92
I am having trouble in editing my program. I have this table and form. I have to input from a form [decimal in percent] (ex. 99.45%), to be added in my table. How can I add that, I am using MS Access 2007. What code should I used and do I have to change the data types in my table.
This is the code i used to compute for the score.
This is the code inside my SQL. [Submit Button]
This is the code i used to compute for the score.
Code:
txtQAScore.Value = Format((txtAPE.Value / txtTPP.Value), "Percent")
This is the code inside my SQL. [Submit Button]
Code:
rst("QUALITY SCORE") = txtQAScore.Value