Hi
Can someone please advise what to do with the following problem:
I have a main form in which sits a subform which has a combo box . Behind the combo box is a table. If the required value is not on the table, the user can choose to open a NEW form (from the subform via a button) which can be used to add a new record to the table. When this record is saved and the form closed, i expected to see that the combo box on the sub form (which is also pointing to this table) to be updated with the new values the user has just entered. This is not happening, and i think its because i need to refresh or requery the combo box in some way. i have used the requery method against the save button on the form for adding the new records, and i have tried similar things to try and get the combo to refresh and it wont. does anyone know how to get round this? i am sure it will be something stupid i am missing...
thanks
Webby
Can someone please advise what to do with the following problem:
I have a main form in which sits a subform which has a combo box . Behind the combo box is a table. If the required value is not on the table, the user can choose to open a NEW form (from the subform via a button) which can be used to add a new record to the table. When this record is saved and the form closed, i expected to see that the combo box on the sub form (which is also pointing to this table) to be updated with the new values the user has just entered. This is not happening, and i think its because i need to refresh or requery the combo box in some way. i have used the requery method against the save button on the form for adding the new records, and i have tried similar things to try and get the combo to refresh and it wont. does anyone know how to get round this? i am sure it will be something stupid i am missing...
thanks
Webby