Tupacmoche
Registered User.
- Local time
- Today, 17:40
- Joined
- Apr 28, 2008
- Messages
- 291
Hi Form Masters,
I have a form that I inherited that has repeating columns in the tables. I was asked to add three (3) more repeating columns called Assignments 1 to 3 and now the additions 4 to 6. This should clearly go into a separate table where the user can add as many as needed.
On the main form side there are about 300 row in a table called Prospects that have been pre-selected that will be connected to or linked to the new Assignments table. The PK is an auto-increment number and I'm using it in the new Assignments table as a FK. I manually entered some of the PK numbers into the Assignment table's FK column and of course made a link between the master table Prospect.Uplaod_Number and related table Assignment.UpNumFK. Now, to the problem/Issue.
Since all the record in the master table already exist (they are pre-populated) the subform just sits there grayed out. The only time I see anything in it is where, I manually added the FK and a row to it. Additionally, it does not let me add new rows. When I tab through the subform (it has 4 columns) it simple tabs off of it. How can this be fixed and help is appreciated.
I have a form that I inherited that has repeating columns in the tables. I was asked to add three (3) more repeating columns called Assignments 1 to 3 and now the additions 4 to 6. This should clearly go into a separate table where the user can add as many as needed.
On the main form side there are about 300 row in a table called Prospects that have been pre-selected that will be connected to or linked to the new Assignments table. The PK is an auto-increment number and I'm using it in the new Assignments table as a FK. I manually entered some of the PK numbers into the Assignment table's FK column and of course made a link between the master table Prospect.Uplaod_Number and related table Assignment.UpNumFK. Now, to the problem/Issue.
Since all the record in the master table already exist (they are pre-populated) the subform just sits there grayed out. The only time I see anything in it is where, I manually added the FK and a row to it. Additionally, it does not let me add new rows. When I tab through the subform (it has 4 columns) it simple tabs off of it. How can this be fixed and help is appreciated.