Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Database > SQL Language
|
SQL Language SQL Language discussions not specific to a particular RDBMS program or vendor.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Language section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 3rd, 2012, 08:31 PM
Authorized User
 
Join Date: Jun 2011
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default Need Help Converting Access Sql To Tsql

Hello,

I have a calulation I need to make, and I almost have it. But I need a way of making a the TS# (ID#) equal to the current TS# of a front end access form. The access version of the SQL statement is written below. I think the only thing I need to figure out is how to replace the underlined portion of the code.

Code:
SELECT [Trustee_Fee]+[Litigation_Guarantee]+[Statutory_Mailings]+[Publication]+[Service
]+[Posting]+[NOS_Recording]+[Rescission_Recordings]+[Assignment_Recording]+[Postp
onements]+[ExtraTrustee]+[Conduct_Sale]+[Affidavit_Recording]+[Deed_Recording]+[T
ransfer_Tax]-[Subtractions] AS Total2
FROM [HI_Fees_and_Costs_local]
WHERE ((([HI_Fees_and_Costs_local].TS)=[Forms].[HI_FC_Total2].[TS]));

Thank you!

David92595





Similar Threads
Thread Thread Starter Forum Replies Last Post
TSQL to change SQL Server Agent Properties happygv SQL Server 2000 1 May 2nd, 2007 01:56 PM
Converting from MS SQL 2005 to Sql Epress edition saif44 SQL Language 0 February 16th, 2007 04:17 PM
converting Access 2000 views to Sql views matta Classic ASP Professional 1 January 26th, 2005 03:37 PM
How to create table in Ms Access (TSQL) abdusalam SQL Server 2000 4 July 31st, 2004 01:54 AM
Converting Access Queries to SQL cej2583 SQL Server 2000 6 June 30th, 2003 06:47 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.