F
Flopbot
Thank you for any help! I’ve read the forums and don’t understand most of
the postings since I don’t know how to program code. I have an Access ‘03 DB
with “Tbl Volunteer Opportunities†that has a field named [Date]. The events
we track occur daily for about three months into the future. It’s tedious
entering each date individually. I added a command button and, when clicked,
would like for it to automatically add one new record for each new day of the
next month (or just 31 days out). I know how to get to the Private Sub
Command for the button but that’s as far as I can get knowledge wise. That’s
why I’m asking the sages.
Private Sub Command8_Click()
End Sub
the postings since I don’t know how to program code. I have an Access ‘03 DB
with “Tbl Volunteer Opportunities†that has a field named [Date]. The events
we track occur daily for about three months into the future. It’s tedious
entering each date individually. I added a command button and, when clicked,
would like for it to automatically add one new record for each new day of the
next month (or just 31 days out). I know how to get to the Private Sub
Command for the button but that’s as far as I can get knowledge wise. That’s
why I’m asking the sages.
Private Sub Command8_Click()
End Sub