[AccessD] Microsoft Access Has Stopped Working

Arthur Fuller fuller.artful at gmail.com
Fri Aug 3 09:53:28 CDT 2012


Rocky,

If requerying the combo doesn't work, try just re-setting the RowSource. To
keep things nice and clean in situations like this, I like to store the
RowSource string in the Tag property. Then:

Me.cboSOHeader.RowSource = Me.cboSOHeader.Tag

And it will automatically repopulate the combo.

HTH,
Arthur


More information about the AccessD mailing list