I have an excel spreadsheet with rows which contain missing data; the data needs to be filled-in from preceding rows:
Example 1:
Record CodeID SubID LastName FirstName Date DataNo
1 345 22 Jones John 1/23/2001 ASDFA
Jones James
Jones Ruth
2 334 20 Smith Mary 1/03/2001 GDASD
Smith John
Smith Harry
3 333 24 Polk John 1/22/2002 DFGHH
4 330 99 Randall Bill 2/11/2002 NNEWE
Record 1 has three rows and the data in the missing fields should not be blank, but should contain the data in the first row.
Example 2:
Record CodeID SubID LastName FirstName Date DataNo
1 345 22 Jones John 1/23/2001 ASDFA
1 345 22 Jones James 1/23/2001 ASDFA
1 345 22 Jones Ruth 1/23/2001 ASDFA
2 334 20 Smith Mary 1/03/2001 GDASD
2 334 20 Smith John 1/03/2001 GDASD
2 334 20 Smith Harry 1/03/2001 GDASD
3 333 24 Polk John 1/22/2002 DFGHH
4 330 99 Randall Bill 2/11/2002 NNEWE
How do I change Example 1 into Example 2 either before, or after it is imported into Access?
Thanks!
Robert
713-521-3805
Example 1:
Record CodeID SubID LastName FirstName Date DataNo
1 345 22 Jones John 1/23/2001 ASDFA
Jones James
Jones Ruth
2 334 20 Smith Mary 1/03/2001 GDASD
Smith John
Smith Harry
3 333 24 Polk John 1/22/2002 DFGHH
4 330 99 Randall Bill 2/11/2002 NNEWE
Record 1 has three rows and the data in the missing fields should not be blank, but should contain the data in the first row.
Example 2:
Record CodeID SubID LastName FirstName Date DataNo
1 345 22 Jones John 1/23/2001 ASDFA
1 345 22 Jones James 1/23/2001 ASDFA
1 345 22 Jones Ruth 1/23/2001 ASDFA
2 334 20 Smith Mary 1/03/2001 GDASD
2 334 20 Smith John 1/03/2001 GDASD
2 334 20 Smith Harry 1/03/2001 GDASD
3 333 24 Polk John 1/22/2002 DFGHH
4 330 99 Randall Bill 2/11/2002 NNEWE
How do I change Example 1 into Example 2 either before, or after it is imported into Access?
Thanks!
Robert
713-521-3805