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 Wanet Telecoms Ltd 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: bruce55
  • Content: Threads
  • Order by date
  1. bruce55

    Text Box input mask

    i need to put a input mask on a text feild can any one help?
  2. bruce55

    Access to SQL

    I am trying to convert a Access Qry to SQL could anyone help? SELECT QryAdjCostEXVat.OrderNo, Sum(IIf([AdjInd]=2,-[ExVat],[ExVat])) AS Val FROM QryAdjCostEXVat GROUP BY QryAdjCostEXVat.OrderNo HAVING (((Sum(IIf([AdjInd]=2,-[ExVat],[ExVat])))<>0))

Part and Inventory Search

Back
Top