| View previous topic :: View next topic |
| Author |
Message |
JMR Guest
|
Posted: Mon Nov 24, 2003 6:07 am Post subject: Enter data in related multi-table form |
|
|
Newbie here! I am trying to setup a form having multiple related tables where I can ENTER into both tables.
Table NAME.id
.Name
.Address...etc
Table KID.id
.Name
.Age
I am able to get the form created but can only enter data into the parent NAME table.
Is there a specific doc's on HOWTO set this up.
Using MySQL on WinXP setup. |
|
| Back to top |
|
 |
dfrench Moderator

Joined: 03 Mar 2003 Posts: 1605 Location: Wellington, New Zealand
|
Posted: Tue Nov 25, 2003 10:05 am Post subject: |
|
|
A search here will reveal a number of replies about inability to update tables.
The most common reasons are:
1. Not having the primary key defined
2. Not having appropriate permissions set up to the database for the user identified with the data source connection |
|
| Back to top |
|
 |
|