Mar 30, 2006 #1 hsrour Programmer Mar 4, 2002 5 US I need help automatically naming a make table query. I need the name to be the date without slashes or dashes. Any help would be fantastic!!!
I need help automatically naming a make table query. I need the name to be the date without slashes or dashes. Any help would be fantastic!!!
Mar 30, 2006 #2 hermanlaksko Programmer Aug 26, 2001 944 DK SELECT YrTbl.YrID, YrTbl.YrField, YrTbl.GID INTO " & date &" FROM YrTbl; Herman Say no to macros Upvote 0 Downvote
Mar 31, 2006 #3 PHV MIS Nov 8, 2002 53,708 FR the date without slashes or dashes Have a look at the Format VBZ function: Format(Date, "yyyymmdd") Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
the date without slashes or dashes Have a look at the Format VBZ function: Format(Date, "yyyymmdd") Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886