Visit our new web pagesWe have launched a new extended set of web pages at www.alvechurchdata.co.uk. These old pages will stay on the server because people still have links to them but they will not be updated. The new version of this page is at www.alvechurchdata.co.uk/hints-and-tips/accmethod.html. |
||
Home About us Development Training Support |
VB Code for EventsWhen you right-click on a form object and select 'Build Event' Access usually gives you the option of the Expression Builder, the Macro Builder, or the Code Builder. Most developers will always want the 'Code Builder' - the VB editor - so that that can edit VBA code and there is a simple way to get this automatically. Select from the menu then pick the tab. Click the tick box labelled then use the button to close the Options dialog. The next time that you try to create code for an event Access will bypass the choices of Expression Builder and Macro Builder and will take you straight to the VBA code editor. This works in all versions of Access from 97 to 2002. |
Hints & tips
The textbox class in Visual FoxPro 9 has a new Autocomplete
property which shows the user the previous values that have
been entered in that textbox.
More...
|