Hi there,
How would I be able to set the SQL Statements so that I have the LastName by A, B, C ... SORTED and NOT by the ID as it is now ???.
VB Code:
Public Function FillList() '--- str_SQL = "SELECT ID, LastName+', '+FirstName FROM tblAddr" End Function
VB Code:
Public Function GetAddressDetails() str_SQL = "SELECT * FROM tblAddr Where ID =" & lngAddrID End Function
Thanks aktell GER/NZ




Reply With Quote