Does anybody know a way to set the enter key behaviour through VBA in Access? A Docmd.RunCommand acCmdOptions only brings up the options window but I do not know a way to set or clear any of the options which are on it.
I am using VB to create new forms and actually put controls like textboxes and optionbuttons on those forms; this code acts a bit like a formwizard in some way. I am using the CreateControl method for this. According to the MS-Access help file this can only be used on forms...
I struggled with putting event-code (after_update event) for an optionbutton on a subform which was on a tabcontrol page. The reference to the event-code on the propertieslist of the particular optionbutton kept disappearing, but the code itself appeared to be still in the subform's module. I...
I imported an Exchange table containing all employees of our company worldwide into my database (tblEnterprise). The database also has a table with "local" employees called tblCompany. Whenever the tblEnterprise is updated (e.g. employee title change) or when new (local) employees are...
I encountered a problem when trying to link separate forms: I got two tables, one being the 'main' table with an autonumbered primary key. A second table has a many-to-many relationship with the main table, thus having two primary keys. One primary key is autonumbered, the other which connects...
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.