Quote:
Originally posted by JAFO
The *.htm files are located in the root folder. Can I add a command to the "Delete Record" button that will allow me to remove the *htm files as well?
WS
|
This is the sub command!
On Error GoTo Err_Delete_Click
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70
(Can I add a command here to delete the htm file that is associated with this record?)
Exit_Delete_Click:
Exit Sub