![[sad] [sad] [sad]](/data/assets/smilies/sad.gif)
Can someone provide me with a sample of Visual Basic coding where I can set up to delete backup tables going back from today's date ( now()) to less than or equal to a date say two weeks prior to today's date?
the naming convention for the backup tables that I create:
table name
Master_tbl_#1 06/22/04 16:18
backup tables will always begin with the Master_tbl_#1 with the date/time that it was created which will be different.
it should capture the date portion ONLY included in the table name above and if anything is <= to this date, delete...
Any suggestions will be greatly appreciated.