I have a form that uses DLookUp as a control source. I would like to be able to sort alphabetically. I'm not that savvy at the in's and outs of Access. Any suggestions. Something to ponder thru the weekend I guess.
Just in case, here is the control source created by my glorious predecessor:
Code:=DLookUp("[vendorname]","[apvend]","[vendorkey] = ' " & [vendorkey] & " ' ")