Multiple Form Views

D

Dan Robles

Still working on my inventory system. I have an Input Form. What the boss
wants is to have a second view of the same form - as though it were a
subform. So I have the typical form view on top and then a datasheet view of
the same form on the same page on bottom. Then the record selector in the
datasheet view should bring up the same record in the top form. What do you
think?
 
D

Dan Robles

Nicely put Mo. What I should have said is: "How do I do this?"
can one form act as a subform even though what I want is essentially the
same info?

Dan
 
M

Maurice

Yes it can give both the forms the same source. That way it will sync
automatic when going to the next record.

So main form - Source A
subform - Source A

link the forms to the same keyfield
 
Top