Hello all. Basically, whenever a DoCmd.TransferText method is used, I would like to make a backup of the current file by copying it to a file which will be named depending on what the date is. For example, the file detail.txt will be created using the TransferText method, but prior to that, I want the existing file currently named detail.txt to be renamed/copied to 060403.txt [mmddyy.TXT format] which does not currently exist. Is this possible through an event procedure?
Thanks...
Thanks...