I have populated a list box using the following SQL in the row source:
SELECT DISTINCT Table1.Year FROM Table1;
The list box populates fine but sorts in ascending order which means I have the oldest year populating first. I would like to have the list populate in descending order so I have...
Hi,
I want to combine the functionality of two sample databases found on this forum.
Select Fields_demo.mdb allows you to select fields from a list box.
Multi Select list boxes as criteria Access 2000. mbd allows you to make multiple selections on a query.
My knowledge of VB is limited. I...
Hi,
I am trying to modify Jon K’s sample database, “Multi Select list boxes as criteria Access 2000”, but I am not having much luck.
I am attaching a database with my work
The main difference between the two databases:
I am using three tables: employers, customers and orders. The query is...