Link, subform - form.

  • Thread starter Thread starter =?ISO-8859-1?Q?Stanko_Milo=9Aev?=
  • Start date Start date
?

=?ISO-8859-1?Q?Stanko_Milo=9Aev?=

Does anyone maybe know, is it possible, and if it is, how, to insert
data from one table into another easily?

For example, I have table tblParent, and table tblChild, now for main
form record source is tblMain and for subform tblChild. Relation
between these two tables is field Id (on both), 1-1. Now if I insert
data in tblMain, and after that in tblChild, I would like data from
field tblMain.Id automaticaly insert in field tblChild.Id.

How to do that?

TIA!

Stanko.
 
Now, if I have tblMaster, tblChild and in tblChild if I hav for example
tblChildChild, is it possible to link tblMaster with tblChildChild?

Stanko
 
Back
Top