Eljefegeneo
Still trying to learn
- Local time
- Today, 15:32
- Joined
- Jan 10, 2011
- Messages
- 899
I figured out how to do it. Hold down the shit key and then open the DB. Unchedkced the reference and the first one that came up was:
this is some code that sets up an automatic backup for the DB on opening.
the Dim db as Database throws the first error message.
Have a doctor's appointment at 3 PM, so I will be back on this after that.
I cannot express fully my gratitude for all the help.
Code:
UpdateBackup:
Dim db As Database
Dim rs As Recordset
Dim BUB As String
Dim DBU As Date
Dim BUD As Boolean
the Dim db as Database throws the first error message.
Have a doctor's appointment at 3 PM, so I will be back on this after that.
I cannot express fully my gratitude for all the help.