Enter numbers in two different forms

  • Thread starter Thread starter Kostas
  • Start date Start date
K

Kostas

Hi and Happy New Year, I have two different Forms and I
want when I enter a number in the Field of the one Form
the same number enter and to some other Field of the
second Form, how I can do? Thank you.
 
Hi and Happy New Year, I have two different Forms and I
want when I enter a number in the Field of the one Form
the same number enter and to some other Field of the
second Form, how I can do? Thank you.

Why SHOULD you do this? Storing data redundantly is essentially NEVER
a good idea.

What are you trying to accomplish? Remember also - you're using a Form
as a tool to enter data into Tables; the second form *doesn't contain
any data*, it's just a window onto the data in a Table. What is the
structure of the Tables into which you are trying to store this
number?
 
Back
Top