|
|
|
|
|
| Calendar Style Data Entry Form | John Hawkins |
| A brilliant full example of how to build a form that looks like a calendar for any specified month and can many entreis for each day that the user can edit. All the code is there for you. |
|
| Form Colour Changer | John Hawkins |
| A little utility form that allows you to automatically change all you forms in your database to the same colour. |
|
| Adding an extra row to a prepopulated combo box | John Hawkins |
| How to add an extra item to a prepopulated combobox. This is a great sql trick saving on coding to add an extra line or lines to a combo box that looks us its values in a query or table. |
|
| Custom Combo Boxes | John Hawkins |
| How to build combo boxes that are based on other combo boxes on the same form. |
|
| Animated Open Close Form | Jason Collins |
| An example of how to have animated opening and closing forms that shrink and expand when opened and closed. |
|
| Viewing External Pictures on a form | John Hawkins |
| Embedding pictures inside a database is never a good thing to do. This code shows you how to use a stored filename and display that filename picture on the form. |
|
| Printing Multiple Reports from a Form | John Hawkins |
| How to give users a list box containing all the reports and print off multiple selected reports. |
|
| Fill a combo box with a reports list | John Hawkins |
| How to automatically fill a combo box with all the report names in your database |
|
| Inserting Special Characters in a form | John Hawkins |
| Ever had a need to insert weird characters not on the keyboard quickly in a form. |
|