Populating a record on different forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, Does anybody know how I can populate a same record on different forms
which has the same field, when user entered it on the first form?
Early response appreciated
Ramtin
 
Hi, Does anybody know how I can populate a same record on different forms
which has the same field, when user entered it on the first form?
Early response appreciated
Ramtin

Please explain your table structure.

Remember that a Form IS JUST A WINDOW. It doesn't contain any data;
it's just a tool to manage data stored in Tables. If you're storing
"the same record" redundantly in multiple tables, you need to step
back and properly normalize your tables; if you wish to have multiple
Forms all displaying data from the same table, you can certainly do
so, though it's a bit unusual.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top