Insert the calendar control on your worksheet:
1. select Insert/Object from the menu.
2. select the calendar object from the list of object.
Open the VB editor:
1. select Tools/Macro/Visual Basic Editor from the menu.
2. double-click the worksheet named in the list to the left...
I have an Access database with a workgroup file. I also have an internal "users" table that is used to set special permissions in the application. If a user is part of the workgroup file but NOT in the "users" table, then an error message is generated and the application...
Anybody know of a command bar / menu bar wizard for Access 2000? There is one for Access97 at the Microsoft site, but Access 2000 won't let me use it; it causes an error saying it was made for a previous version and to get an updated one from the manufacturer.
Have you tried adding quotes as part of the string itself?
dim sFormName as string
sFormName = "MyDocument"
'Add the quotes.
sFormName = chr$(34) & sFormName & chr$(34)
You don't need two steps, I was just showing what I meant.
I have done this in the past to other controls...
I am using the MSFlexGrid control on a couple of forms in an Acess 2000 project. I would like to get some info on programming the drag and drop functionality when this control is used in Access; I have visited the MS site but after several hours of reading am no closer to making it work than...
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.