I am trying to do an Append with multiple Memo fields and it does not work (clips the data, it is a long story with many blanks and grouping).
So I thought I would do an Update query for each field, but I can't seem to get it to work.
What is the proper way to Update when the value I want is not null and the two key fields are equal using an update query?
Or is there a better way?
When I try and do an Update, it wants to do 3332 records instead of the 23 that are actually there.
Thanks. Sean.
So I thought I would do an Update query for each field, but I can't seem to get it to work.
What is the proper way to Update when the value I want is not null and the two key fields are equal using an update query?
Or is there a better way?
When I try and do an Update, it wants to do 3332 records instead of the 23 that are actually there.
Thanks. Sean.