Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refresh a form with bounded combobox

Status
Not open for further replies.
Mar 27, 2002
168
NL
Usage: Access2000
Construction: Form (frmContact) with Cbo (cboWith)
The cbo is bounded by a function, the function search for the forms ID:
Function HaalCPID()
On Error GoTo errHandler
HaalCPID = Nz(Forms!contactpersoon!CP_id, 0)
'print without errhandler
End Function
Problem: I add an RefID in the CboWith(FormID, RefID).
The cbo is updated, so the information is shown. When I open another Contact without closing the current one (so I update the screen. The cbo isn't update. Which event take care about this switch and how can I force an update of the screen?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top