want to see information in my form

C

cajan341

Hello I am trying to teach myself some access. I built a form and
what I want to do is when I fill in my data to the form I want to see
the table where the information is being stored at the bottom in
another window? Is this possible?


Thanks cajan341
 
D

Douglas J. Steele

It's possible, but why?

Forms are the preferred interface to your data: you should never be working
directly with the tables.
 
Top