Enter Parameter Value from adding a record

T

TimT

When I add a new record or scroll to the end of the records I get a window
asking me for a parameter value.
I have one main form - frmMain from a table
and 7 subforms made from 7 other tables.
All tables have an ID field (autonumber) and I created one to many
relationships for all them with referencial integrity.
When a new record is created I receive the Enter Parameter Value window for
each table asking for the ID parameter.
Can anyone see what could be wrong here?
 
K

KARL DEWEY

Click on the menu TOOLS - Analyze - Documenter and select the forms your are
using. Run and save to MSWord. Search for the Parameter it ask for. If you
do not find it then you will need to do the same for the queries that are the
record sources for the forms.
 
Top