want to see information in my form

  • Thread starter Thread starter cajan341
  • Start date Start date
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
 
It's possible, but why?

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