| |
|
|
| |
Access Answers Description |
|
| |
Access Answers is a Microsoft Access database with sample functions and usable code examples. Select a function from the menu to see it in action, then open the example in design view to see how it works. You can copy the entire form, the control, or the actual lines of code to use in your own applications. Includes over 40 functions and answers to over 500 FAQs.
Functions
Browse Box: A module you can copy and paste into your application which allows you to open a Windows browse box to locate any file on your network. This is great for importing or exporting to a file or location selected by the user.
Respond when a user selects yes or no in a Message Box: Carry out a different action depending on the selection a user makes in a message box (all with just one line of code). Default to Last Value: Set a field to automatically default to the previous value entered.
Combo Box: Have any previously entered value available as a selection in your combo box, change the available selections depending on other data entered, use the second column from your combo box, or link to a sub-form. Print Screen: Print whats on your screen using this built-in screen capture function. Search: Search records, display a list of matching results, and open selected record. Find records matching any part of a string. |
|
| |
|
|
|
|