I'm working on Microsoft Access. I have a form which views the record of one table. Inside the form, there are several columns. Now I want to sort the records with using combobox. Eg. if the value of the combobox is "Date" then the record is automatically sorted by date itself, if "Name" if chosen then the form will be sorted based on the name...
I'm new to VBA but I've done several SQL...
Thank you...
I'm new to VBA but I've done several SQL...
Thank you...
Comment