Please help - Dialog List Question

Our previous Dialog List uses a formula to retrieve data from a view in the address book (names.nsf). Now we need to append some choices to the list but should not from the same source - the view from the address book.Any help will be greatly appreciated.

Subject: Please help - Dialog List Question

Susan,

Just concatenate the choices to the list in the formula window:

“Purple” : “Blue” : @DBLookup(…) : “Dr. Pepper”

Ken

Subject: RE: Please help - Dialog List Question

Thanks,Ken! It works!