MarrowGenx
MIS
I have a combo-box that has a value, but after the after_update sub has run, the value turns to null. Here is a simplified version of my situation:
I have three tables. Table A, Table B, and a relationship table between the two that takes an id from each to make up its two primary keys. On the form, I am setting the recordset to a sql query that selects and inner joins all three (so I can pull descriptions from all three tables). The combo box is set to a sql query that selects just the ID from Table A. The problem that I am having is when I delete a relationship between Table A and Table B, the combo box turns to null. Any ideas as to why this is happening?? I am using Access 2000, I have solved the problem on Access XP, but if I take my form and move it back to Access 2000 it still does not work. Very odd.
Thanks ahead of time for any help you can give me.
P.S. I have stepped through my vb code and the value does not become null for the combo box until after I exit the combo boxes after update sub.
Marrow
I have three tables. Table A, Table B, and a relationship table between the two that takes an id from each to make up its two primary keys. On the form, I am setting the recordset to a sql query that selects and inner joins all three (so I can pull descriptions from all three tables). The combo box is set to a sql query that selects just the ID from Table A. The problem that I am having is when I delete a relationship between Table A and Table B, the combo box turns to null. Any ideas as to why this is happening?? I am using Access 2000, I have solved the problem on Access XP, but if I take my form and move it back to Access 2000 it still does not work. Very odd.
Thanks ahead of time for any help you can give me.
P.S. I have stepped through my vb code and the value does not become null for the combo box until after I exit the combo boxes after update sub.
Marrow