>Thank you so much - that worked great!
>
>Now - any idea on how I could query that if the first field is blank, then
>go to the next?
Now you'll have to explain that. "Go to the next"... field? Implies
incorrect table design. "next record"?
What's the structure of your table? Can you give some examples of the
data for which you're searching?
John W. Vinson[MVP]
Kim - 21 Nov 2005 01:27 GMT
I have imported a text file of album names along with the artist name. Bad
thing - it was imported to where the names are all in one field. I have
seperated them into two fields, but now some fields are blank. Now I'd like
for Access to search for the next "not null" field to give me the album name.
Example: "Band name" in Name.txt followed by a blank, next record the band
name will be blank and Name2.txt will contain the album name. Some bands have
more than one album, then there will be another band name followed by a blank
Name2, etc. Any ideas? I have two more lists to import and they won't import
the same way - they will have both names in the same field. Just trying to
find the easiest way to do this without a bunch of typing - there's about 3K
songs in the lists.
Thanks,
Kim
> >Thank you so much - that worked great!
> >
[quoted text clipped - 8 lines]
>
> John W. Vinson[MVP]