Populating a record on different forms

R

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
 
J

John Vinson

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]
 
Top