Hello.
I have a set of records in tblPurchaseInvoice
I want to fill a list box on a form with dates that are in this table, and change the format, eg..
tblPurchaseInvoice.Date
01/01/03
01/01/03
02/01/03
05/01/03
01/02/03
01/02/03
04/03/03
04/03/03
01/06/03
01/03/03
Listbox displays:
January 2003
Febuary 2003
March 2003
June 2003
I would rather do this by the row source property of the list box with sql, but i dont mind doing it through VB.
Thanks for your help in advance, Elliot.
I have a set of records in tblPurchaseInvoice
I want to fill a list box on a form with dates that are in this table, and change the format, eg..
tblPurchaseInvoice.Date
01/01/03
01/01/03
02/01/03
05/01/03
01/02/03
01/02/03
04/03/03
04/03/03
01/06/03
01/03/03
Listbox displays:
January 2003
Febuary 2003
March 2003
June 2003
I would rather do this by the row source property of the list box with sql, but i dont mind doing it through VB.
Thanks for your help in advance, Elliot.