Microsoft Access Forms
Below are articles and examples that relate to using Microsoft Access Forms.
This example shows a two page approach for filtering and data entry. Filtering and selection is done via a list box control which then opens a data entry form.
This example shows an Access2007 database with two pages for filtering and data entry. Filtering and selection is done via a datasheet with the option to open a data entry form. In this example the majority of the logic is built using embedded macros.
This example shows an Access2007 database with two pages for filtering and data entry. Filtering and selection is done via a datasheet with the option to open a data entry form. In this example the logic is built using VBA code.
|