J
Jeff Williams
I have 2 columns in my table
col1 and col2
Col1 Col2
11110 CR001795
CR001795
11195 CR001651
CR001651
The update query must update blank values in col1 where the value in col2
is the same each group of data is separated by a blank row (no value in col1
or col2).
result should be
Col1 Col2
11110 CR001795
11110 CR001795
11195 CR001651
11195 CR001651
How can I do this with an update query.
The update query must update blonk values in col1 where the value in col2
is the same each group of data is seperated by a blank row (no value in col1
or col2).
col1 and col2
Col1 Col2
11110 CR001795
CR001795
11195 CR001651
CR001651
The update query must update blank values in col1 where the value in col2
is the same each group of data is separated by a blank row (no value in col1
or col2).
result should be
Col1 Col2
11110 CR001795
11110 CR001795
11195 CR001651
11195 CR001651
How can I do this with an update query.
The update query must update blonk values in col1 where the value in col2
is the same each group of data is seperated by a blank row (no value in col1
or col2).