criteria - Trying to use update query to only update fields that are blank in Microsoft Access -



criteria - Trying to use update query to only update fields that are blank in Microsoft Access -

i trying utilize update query update fields 1 table fields if fields in table updating blank. if contain information, not want overwrite existing data

e.g

field: name table: table 1 update to: [table2.][name] criteria:

i unsure of set in criteria. tried, 'is null', "".

here example:

update mytable set mytable.fieldb = "mynewvalue" (((mytable.fieldb) null));

ms-access criteria

Comments

Popular posts from this blog

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -