Hi,
I have a Combobox in a form (cmbDate) that looks up a list of dates from a sheet formatted (dd/mm.yy)
When I select a date it displays correctly but when I select a date from the list it then converts it to a number and saves it in that format.
Ive tried to format the combobox using the following code:
Neither works. In first case I get error "Wrong number of arguments or invalid property assignment" with the word "Format" highlighted. In second case I get error "Method or data member not found": with the second ".Date" highlighted.
All I need to do is to be able to format the combobox field so that when it reads or writes a value it will be in the correct format.
I suspect I'm going to have the same issue with my amounts (number) fields
Regards,
Alan
Bookmarks