Using Access 2007
For whatever reason I am having a brain cramp here.
A electrician's database has a Materials Markup that could be anywhere from 0% to 20% (20% is the default but can be changed by the user).
In a query I want to convert that percentage to a decimal number.
e.g. change 20% to .2
In a form, the Val function does the trick, but not in a query.
What is the correct procedure?
Thanks.
Tom
For whatever reason I am having a brain cramp here.
A electrician's database has a Materials Markup that could be anywhere from 0% to 20% (20% is the default but can be changed by the user).
In a query I want to convert that percentage to a decimal number.
e.g. change 20% to .2
In a form, the Val function does the trick, but not in a query.
What is the correct procedure?
Thanks.
Tom