SQL Server Forums
Profile | Register | Active Topics | Members | Search | Forum FAQ
 
Register Now and get your question answered!
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 MS Access to Stored Proc
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

shabbsali
Starting Member

United Kingdom
1 Posts

Posted - 07/24/2012 :  05:30:42  Show Profile  Reply with Quote
HI

I just need a bit of help what is the SQL for this query which is currently in MS Access? I have read that i can use a Distinct or If exists??

UPDATE DISTINCTROW (InvoiceData INNER JOIN [Products TCS] ON InvoiceData.Product = [Products TCS].Product) INNER JOIN [In Rates Group T Temp] ON (InvoiceData.SursiteCode = [In Rates Group T Temp].SuresiteCode) AND ([Products TCS].SchemeName = [In Rates Group T Temp].Scheme) SET InvoiceData.Inrate = [ChargeValue]
WHERE (((InvoiceData.Inrate) Is Null));

Thanks in advance

Too many people spend money they haven’t earned, to buy things they don’t want, to impress people they don’t like!

visakh16
Very Important crosS Applying yaK Herder

India
47037 Posts

Posted - 07/24/2012 :  09:37:03  Show Profile  Reply with Quote
you may be better off posting it in access forum.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
SQL Server Forums © 2000-2009 SQLTeam Publishing, LLC Go To Top Of Page
This page was generated in 0.05 seconds. Powered By: Snitz Forums 2000