G
George
I have a form, lets call it Form1, that contains a listbox called LenderID
with the ID's of a database table called Lenders. I also have a button on
Form1.cmdLender that when clicked brings up the Lenders maintenance form
that displays fields from Lenders, and I can add a new Lender and enter the
fields for the new Lender.
When I close the Lenders form and go back to Form1, the new Lender entry is
not displayed so I can't select an ID to Store in Form1.LenderID. How can I
cause the ControlSource list for LenderID to refresh and include the
LenderID I just added during the processing for cmdLender?
with the ID's of a database table called Lenders. I also have a button on
Form1.cmdLender that when clicked brings up the Lenders maintenance form
that displays fields from Lenders, and I can add a new Lender and enter the
fields for the new Lender.
When I close the Lenders form and go back to Form1, the new Lender entry is
not displayed so I can't select an ID to Store in Form1.LenderID. How can I
cause the ControlSource list for LenderID to refresh and include the
LenderID I just added during the processing for cmdLender?