forms

chris11590

Registered User.
Local time
Today, 11:14
Joined
Jul 29, 2008
Messages
130
when i created my form, a subform was automatically created. the main and subform are based on a query( 2 tables combined).

when i enter data in the main form, it displays on the form after i enter the data and reopen it.

when i enter data in the subform, it disappears when i reopen the form.

i would like to enter the data and have the data still displayed when i reopen the form.

data is going directly to both related tables.

can anyone tell me how i can do this?

i went to the form properties, and adjusted the parent/child links, but it didnt affect the form.

additionally, i changed the following properties: locked property, edit, enable, required. no effects on the forms.

i compared the main and subform.

help
 
child/parent link

im not sure. i place the ids of both tables. one table is a messagetble (mess id, child). the second table (inc id,parent) are incident names. so the end result is a one to many relationship, incident names linked with messages.
 

Users who are viewing this thread

Back
Top Bottom