Hi, I have a database, based on an import of a text file in which the output looks like the following format
field 1 field 2 Field 3 Field 4
page 1 <Null> <Null> <Null>
<Null> "Item 1" "Desc. 1" "Price"
<Null> "Item 2" "Desc. 2" "Price"
<Null> "Item 3" "Desc. 3" "Price"
page 2 <Null> <Null> <Null>
<Null> "Item 4" "Desc. 4" "Price"
I want to have the nulls in field 1 filled in with the page number that is above it. Is there a way to do this? I know that I can manually just go down the line in every blank field and do a "CTRL-'", but with 600 pages and thousands of items(4000+ rows), this would be very time consuming.
Any suggestions would be appreciated.
Thanks,
-Bill
field 1 field 2 Field 3 Field 4
page 1 <Null> <Null> <Null>
<Null> "Item 1" "Desc. 1" "Price"
<Null> "Item 2" "Desc. 2" "Price"
<Null> "Item 3" "Desc. 3" "Price"
page 2 <Null> <Null> <Null>
<Null> "Item 4" "Desc. 4" "Price"
I want to have the nulls in field 1 filled in with the page number that is above it. Is there a way to do this? I know that I can manually just go down the line in every blank field and do a "CTRL-'", but with 600 pages and thousands of items(4000+ rows), this would be very time consuming.
Any suggestions would be appreciated.
Thanks,
-Bill