Hello,
I've seen this type of thread already in this forum but I can't find any replies that answer my question:
Put very simply I have two tables e.g "Names" & "Teams".
Names table:
ID_field (primary key), Name_field, Extn_field
Teams table:
TeamID (primary key), Name1_ID, Name2_ID, Task_ID, etc. etc.
I've created a form which I use to create records in the "Teams" table which consist of exactly two records from the "Names" table - two combo boxes draw from the "Names" table (along with other text info). This works fine. Each record in "Teams" table then consists of four fields...simple.
However I get into trouble when I try to display "Name_field" column in a text box below each combo box (for operational clarity when entering records). The combo boxes are working as expected storing IDs etc. into the "Teams" table. The text boxes on form are not working or rather some work some do not. I'm using e.g. [combobox_name].[column](1) as the control source for the text boxes.
The DB (Access2010) is really that simple (at this stage). There are no other dependencies etc. I've tried deleting the offending text boxes and recreating them again from scratch, no go, I've even copyied text boxes that are working, still no go. Very frustrating. Any suggestions would be much appreciated. Thanks.
I've seen this type of thread already in this forum but I can't find any replies that answer my question:
Put very simply I have two tables e.g "Names" & "Teams".
Names table:
ID_field (primary key), Name_field, Extn_field
Teams table:
TeamID (primary key), Name1_ID, Name2_ID, Task_ID, etc. etc.
I've created a form which I use to create records in the "Teams" table which consist of exactly two records from the "Names" table - two combo boxes draw from the "Names" table (along with other text info). This works fine. Each record in "Teams" table then consists of four fields...simple.
However I get into trouble when I try to display "Name_field" column in a text box below each combo box (for operational clarity when entering records). The combo boxes are working as expected storing IDs etc. into the "Teams" table. The text boxes on form are not working or rather some work some do not. I'm using e.g. [combobox_name].[column](1) as the control source for the text boxes.
The DB (Access2010) is really that simple (at this stage). There are no other dependencies etc. I've tried deleting the offending text boxes and recreating them again from scratch, no go, I've even copyied text boxes that are working, still no go. Very frustrating. Any suggestions would be much appreciated. Thanks.