how to create a record in the many table

G

grog

Hi,.

I have a one table and a many table. Can someone lead me to the VBA
command which will create a child record?

thanks

Grog
 
J

John Vinson

Hi,.

I have a one table and a many table. Can someone lead me to the VBA
command which will create a child record?

thanks

Grog

Create it from... what? What should go into the record? Which main
table record should it be related to? What's the context? Where do you
want this to happen? It's very rare that one would want to create an
empty "placeholder" record.

More details please.

John W. Vinson[MVP]
 
Top