date Formatting

yessir

Saved By Grace
Local time
Yesterday, 20:54
Joined
May 29, 2003
Messages
349
I have a form which won't format the date properly in 2 parts.

1) the dropdown, the date won't format as "mmm-yy" when it drops down.

2) the date won't format for when I append it to the RE section.

I have included the db
 

Attachments

Format it in the underlying query for the rowsource.

???
ken
 
i tried that

dl the db and try it
 
Try doing a rowsource with 2 cols.

???
ken
 
no...

the problem is that it won't select distinct dates based on month and year

and display them that way

I tried this;
strDate = Format$(Me.cboMonth, "mmm-yy")

but it throws an error.
 
Sorry that we seem to be going a cirle here. Is the main problem at this point that you want the message in txtRe. If so, dim strDate as a string.

???
ken
 

Users who are viewing this thread

Back
Top Bottom