yessir Saved By Grace Local time Yesterday, 20:54 Joined May 29, 2003 Messages 349 Aug 9, 2004 #1 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 Db1.zip Db1.zip 42.7 KB · Views: 107
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
KenHigg Registered User Local time Yesterday, 19:54 Joined Jun 9, 2004 Messages 13,327 Aug 9, 2004 #2 Format it in the underlying query for the rowsource. ??? ken
yessir Saved By Grace Local time Yesterday, 20:54 Joined May 29, 2003 Messages 349 Aug 9, 2004 #3 i tried that dl the db and try it
KenHigg Registered User Local time Yesterday, 19:54 Joined Jun 9, 2004 Messages 13,327 Aug 9, 2004 #4 Try doing a rowsource with 2 cols. ??? ken
yessir Saved By Grace Local time Yesterday, 20:54 Joined May 29, 2003 Messages 349 Aug 9, 2004 #5 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.
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.
KenHigg Registered User Local time Yesterday, 19:54 Joined Jun 9, 2004 Messages 13,327 Aug 9, 2004 #6 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
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