I don't think you can link the database to the Calendar but if you go to www.microsoft.com\technet you can search the knowledge base and look for Article No: Q209963. This will explain everything about adding appointments to Outlook 2000.
You can also check out Article No: Q209932 as well...
I would not recommend the 'Autonumber' either it will play havoc with your Additions and Deletions to the system. You should use the following code:
Dim varID As Variant
With recordset
.MoveLast 'Moves to the last record
varID = ![ID] 'Gets the number first
varID = varID + 1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.