Chet
|
| Posted: 01/21/2002, 9:29 PM |
|
I have a Grid with a url field 'List Members' that passes a group number to another grid that lists all of the users in that group. On this second grid, I have an insert button to add more users to the group and I am passing the Group number to the add form (record) so that the Group Description is preloaded on the add form. On the add form I read the users file and load a listbox so that they can choose only existing users by their name.
However, when I pass the parameter to the Add form it acts like a key and selects a record that already exists in the Database and pretends like I am going to update it. (you follow?) So, how can I pass parameters between forms and allow an insert?
I prefer PHP so any codin' please refer to PHP?
Thanks!
Chet Johnson
|
|
|
 |
Nicole
|
| Posted: 01/22/2002, 5:24 AM |
|
Chet,
the details depends on tables structure. Provide keys fields at least, and what fields you have marked as Key on record form? What fields are passed to Record form?
|
|
|
 |
mclare
|
| Posted: 02/06/2003, 11:34 PM |
|
Chet - Did you ever find a solution to your problem?
Michael
|
|
|
 |
|