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

php - How to pass multiple values from url -

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

database - php search bar when I press submit with nothing in the search bar it shows all the data -