Create a query that contains the sort order that you want and then instead of exporting the table, export the query.
Assuming you want all the fields, you can do something like this in SQL View...
Select * From Table Order By ZipCode;
You can also use the query grid in Design View and then choose Ascending in the Sort under the field you want to sort by.