forms access
Use NotInList property(22july96)

Tell When a Subform is Really a Form

Add:
on open event "if issubform(me) then"
must be:
"if NOT issubform(me) then"
otherwise it won't work!)
Trevor Best Forms questions
JZ's VB/Acccess Page - Forms Questions
Using the NotInList event (combo) versie 2
same record next time form is opened versie 1,2,7
How to use one ComboBox to fill few fields. versie 2
Display Graphic files. versie 2
Selecting random records in Access. +Demo. versie 2
Variable default value versie 2
Managing Combo Boxes versie 2,7
Properties at Runtime: Forms versie 2,7
Using a Combo Box to Find Records versie 2,7
Getting a value from a table: DLookup() versie 1,2,7
default value in listbox versie 2
Use the Common Dialog to Pick a Color (5/20/96) versie 2
image on switchboard form versie 2
change Case property from total Capitalize versie 2
No More Seat in the Class? versie 2
a control on a subform versie 2
Dynamically Fill a List Box Without Using a Callback Function (5/06/96) versie 2
use of Forms Tag property versie 2
Hide a Control When It Loses the Focus (5/13/96) versie 2
Synchronous Processing Using a Non-Modal Form (6/14/96) versie 2
Listbox with Reports in database versie 2