Hi,
I have these two access related tables. The first contains three fields:
ID AutoNumber
Name Text
Age Number
And the second:
ID Number
Order Text
The ID's are related. When I use the designer to generate all the commands for me, being these related tables, it can only create the select command. So, I tried using the commandbuilder, but it also doesn't work for related tables. So my only and final solution is to write the remaining commands. I'm only interestes in the insert one... so... how can I do it
Thanks

insert command...
Kerem Baser