Hello all,
I am working on the creation of this database that is taking me a long time because I am not very familiar with Access. Anyway, now the problem is the following: I have a Main form with a subform, which in turns has another subform. These forms are bound to three different tables that are linked in a one to many fashion. The main form is based on a parameter query with three fields fld1 (primary key) prompting for the values of fld2 & fld3 (the values of fld1 & fld2 identify the value on fld1. This opens an existing record on the main form and the two subforms to add data related to this record. Subform1 can add only one record at a time and subform2 can add more than one record for the record on the main form. The problem I have is that when I am done entering data for the current record on subform2, I don't know how to retrieve another record from the Main form to start a new session. The dialog box that prompts for the values for the main form only triggers when I first open the whole form. I am not sure this is the most practical way to go about this or the best, but I will appreciate any help you can give me.
I am working on the creation of this database that is taking me a long time because I am not very familiar with Access. Anyway, now the problem is the following: I have a Main form with a subform, which in turns has another subform. These forms are bound to three different tables that are linked in a one to many fashion. The main form is based on a parameter query with three fields fld1 (primary key) prompting for the values of fld2 & fld3 (the values of fld1 & fld2 identify the value on fld1. This opens an existing record on the main form and the two subforms to add data related to this record. Subform1 can add only one record at a time and subform2 can add more than one record for the record on the main form. The problem I have is that when I am done entering data for the current record on subform2, I don't know how to retrieve another record from the Main form to start a new session. The dialog box that prompts for the values for the main form only triggers when I first open the whole form. I am not sure this is the most practical way to go about this or the best, but I will appreciate any help you can give me.