Still not working - still getting a blank database
schdDate = LEFT(STRTRAN(DTOC(DATE()), "/", ""), 4)
schdDate = INPUTBOX("Enter Date:", "Enter last four digits on schedule: ", schdDate, 15000)
file_count = ALLTRIM(str(ADIR(myArray, "K:\xxx\newm\mailfile\*"+ALLT(schdDate)+"j.dbf")))...
I am trying to run a query on a bunch of tables and any values I get from any table I want to put in a seperate table.
schdDate = LEFT(STRTRAN(DTOC(DATE()), "/", ""), 4)
schdDate = INPUTBOX("Enter Date:", "Enter last four digits on schedule: ", schdDate, 15000)
file_count =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.