Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access VBA
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA 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 June 2nd, 2014, 12:13 PM
Authorized User
 
Join Date: Nov 2005
Posts: 19
Thanks: 1
Thanked 0 Times in 0 Posts
Default update field with K if join return a blank value

Code:
....
UPDATE I_2014 INNER JOIN CODICI ON I_2014.DESCRIZIONE = CODICI.DESCRIZIONE SET I_2014.T = [CODICI].[SN];
...
i have this query with a simple join.
Is possible, with a modify of my original quuery, to update the field I_2014.T with "K" if the join condition return a not matching values?





Similar Threads
Thread Thread Starter Forum Replies Last Post
update field with K if join retutjoin in query sal21 Access VBA 0 June 2nd, 2014 12:12 PM
display blank instead of 0 in a field kawalsingh28 Crystal Reports 1 November 14th, 2006 03:00 AM
a blank date field debjanib ASP.NET 1.0 and 1.1 Professional 2 July 25th, 2006 11:29 AM
Hidden field won't turn blank wirerider ASP.NET 2.0 Basics 1 February 28th, 2006 06:37 PM
;nsbp saved when field blank Lee8mm VB.NET 2002/2003 Basics 5 July 22nd, 2003 08:33 PM





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