hello,
Here is my query.
select 'MNOP' as [Workstream],
count([Functional Specs]) as [Total Functional Specifications] ,
count([Test Case]) as [Total Functional Specifications Covered ]
from
(Select distinct r.requirement_name as [Functional Specs],
tt.[Test Name] as [Test Case]
from...
Hi,
I have a text field in an MS ACCESS table which contains a decimal number.
How can the number be converted from decimal to integer.
Example
String = 10.54
Needs to be converted to 10 and can remain a string...
Please help asap
Thanks,
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.