This is giving me a pain.
I have a source table with a text field that some values are empty. In my create table query, I want to populate the empty fields with "Shell" when ran.
I am playing with this design view criteria
IIf([Merged_Pricelist_with_Inventory]![Product]=Null,[Merged_Pricelist_with_Inventory]![Product]="Shell",[Merged_Pricelist_with_Inventory]![Product])
This only show records that had a value for product.
Thanks for any help
I have a source table with a text field that some values are empty. In my create table query, I want to populate the empty fields with "Shell" when ran.
I am playing with this design view criteria
IIf([Merged_Pricelist_with_Inventory]![Product]=Null,[Merged_Pricelist_with_Inventory]![Product]="Shell",[Merged_Pricelist_with_Inventory]![Product])
This only show records that had a value for product.
Thanks for any help