View Single Post
  #2  
Old April 22nd, 2008, 02:44 AM posted to microsoft.public.access.forms
Ken Snell \(MVP\)
external usenet poster
 
Posts: 2,506
Default Bound form with subform pops up parameter box

Check spellings of the names you put in the LinkChildFields and the
LinkMasterFields properties; be sure they are correct. Also, be sure that
those fields are in the appropriate recordsources for the main form and the
subform.

--

Ken Snell
MS ACCESS MVP


wrote in message
...
I have a bound form that is used to enter the information of the
child. This form has a subform used to enter the information of the
mother. Each of these forms has its own table for record source. The
link child and master fields are the id's (which are the same) in the
respective tables (which have a one-to-one relationship).
Also, the following goes for both master and subform:
Allow Filters: yes
Allow Edits: no
Allow Additions: yes
Data Entry: no
Recordset Type: Dynaset

I only need these forms for data entry. They won't be used to display
any existing records.

The problem now is that when I switch from design view to form view, I
am asked to enter parameter values for the child and the mother (the
master and the subform). I didn't set those up those parameter boxes.
How do I get rid of those? And how to get the form and subform to
display blank so that new records can be entered?

I need to have the info of child and mother entered on the "same" (to
the user) form. Your help and advise are appreciated!