Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rk33
  • Content: Threads
  • Order by date
  1. rk33

    help Selecting distinct records

    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...
  2. rk33

    Issues with Type conversion

    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,

Part and Inventory Search

Back
Top