G
Guest
Hi all,
I receive an excel spreadsheet that I link to my Access database. The
spreadsheet is a mainframe report so it's not formatted properly. Only the
first record for each client has the client name/client id and I need all
records to have a clientname/clientid. These reports are very large and I
need to automate formatting them so I can use them in other queries. I've
placed some dummy data below to show what the data looks like.
0Client Name Client ID Co Policy Cov Transaction
DOE, JOHN X-A01001876J-11 BBL U1002966L 1 New Business
BBL U1002966L 2 New Business
BBL U11100713L 1 Surrender
DOE, JANE X-LL5010025R-11 BBL AA0029822L 1 New Business
BBL DJ1002505X 1 Surrender
CLIENT, ONE G-LL5051008R-11 BBL U00M22299L 1 New Business
BBL KL1005805Y 1 Surrender
CLIENT, TWO K-LL2004460R-11 BBL GG00302265 1 New Business
BBL DM4452000S 1 Surrender
BBL LL0482000S 1 Surrender
BBL LL0482000S 2 Surrender
CLIENT, THREE D-UU629002S -11 UUL YY8055040 1 New Business
UUL KK029026P 1 Lapse
My searches for existing code or full examples of how to update data using a
recordset have not been successful. Any assistance will be greatly
appreciated.
I receive an excel spreadsheet that I link to my Access database. The
spreadsheet is a mainframe report so it's not formatted properly. Only the
first record for each client has the client name/client id and I need all
records to have a clientname/clientid. These reports are very large and I
need to automate formatting them so I can use them in other queries. I've
placed some dummy data below to show what the data looks like.
0Client Name Client ID Co Policy Cov Transaction
DOE, JOHN X-A01001876J-11 BBL U1002966L 1 New Business
BBL U1002966L 2 New Business
BBL U11100713L 1 Surrender
DOE, JANE X-LL5010025R-11 BBL AA0029822L 1 New Business
BBL DJ1002505X 1 Surrender
CLIENT, ONE G-LL5051008R-11 BBL U00M22299L 1 New Business
BBL KL1005805Y 1 Surrender
CLIENT, TWO K-LL2004460R-11 BBL GG00302265 1 New Business
BBL DM4452000S 1 Surrender
BBL LL0482000S 1 Surrender
BBL LL0482000S 2 Surrender
CLIENT, THREE D-UU629002S -11 UUL YY8055040 1 New Business
UUL KK029026P 1 Lapse
My searches for existing code or full examples of how to update data using a
recordset have not been successful. Any assistance will be greatly
appreciated.