I have a main form and on that form there is a subform. The subform displays detail records relating to the main form... the Main form gets its record set from TableA. The subform gets its data from TableB and TableA and Table be are linked via a FK relationship. On the subform, there is a combo box that returns data from a lookup, TableC. I also have a button on the form to open TableC to allow new entries. All works find apart from the fact that if I add a new entry to TableC, it doesn't appear in the combobox on the subform. I guess I have to used requery but I can't get it to work. Suggestions please?
Zarty
Zarty