Your question leaves a lot of room for guessing as to what you want.
I will assume that boats("bldg_id") is a recordset field and that you are looping through the records to use the response.write.
If this is the case all you need to do is order your recordset query.
eg.
Select bldg_id from whateverTable order by bldg_id
If this is not the case please give some more information.
|