You could also try adding custom database properties that could be used as the record source for a 'Settings Menu' form, which is a bit clunkier but stops you needed a dedicated table.
Some of you may have encountered this piece of code before from Ron De Bruin's website that lets you zip up some files.
Sub Zip_All_Files_in_Folder()
Dim FileNameZip, FolderName
Dim strDate As String, DefPath As String
Dim oApp As Object
DefPath = Application.DefaultFilePath...
Good day all,
Just a quick introductory post for the sake of politeness. I'm a newly starting database developer for Software-Matters in the UK, so regularly encounter Access so have signed up to share any questions I might have and wisdom I might glean.
See you on the boards!