G
Guest
I have a table that is imported from an proprietary outside source. The
table I import has several rows of data for the same transaction, but only
the first row has a unique ID (called TransID). I am trying to write a macro
or update query to fill in the Trans ID's that are blank with the same
TransID that in the first row of that transaction.
I want to look at the first record in the TransID field - copy the contents
(the very first row will always have data)- look a the next record, and if
TransID is null, paste in the data from the first TransID and repeat that
until I run into the next TransID that isn't null. Then copy that and go
through those steps gain.
Can this be done without VB code?
table I import has several rows of data for the same transaction, but only
the first row has a unique ID (called TransID). I am trying to write a macro
or update query to fill in the Trans ID's that are blank with the same
TransID that in the first row of that transaction.
I want to look at the first record in the TransID field - copy the contents
(the very first row will always have data)- look a the next record, and if
TransID is null, paste in the data from the first TransID and repeat that
until I run into the next TransID that isn't null. Then copy that and go
through those steps gain.
Can this be done without VB code?