Sub Form

  • Thread starter Thread starter Tina
  • Start date Start date
T

Tina

How many parent/child links can you have? I have a form and sub form and I
need the sub form to be continious. If I only have two parent/child links,
it will show continious, but when I put in the third link, it displays single
form.

My purpose is to link three fields in my sub form to those in the main form
so the users do not have to key in this repetetive information. The fields
are division, account and proposed budget. Neither of the tables have a
primary key.
 
How many parent/child links can you have?  I have a form and sub form and I
need the sub form to be continious.  If I only have two parent/child links,
it will show continious, but when I put in the third link, it displays single
form.  

My purpose is to link three fields in my sub form to those in the main form
so the users do not have to key in this repetetive information. The fields
are division, account and proposed budget. Neither of the tables have a
primary key.

Address the design issues with your tables first and you won't have
this issue with your subform.

Keven Denen
 
Back
Top