R
Ron
I know I've done this before, but can't remember how. I
am trying to refresh a combo box on a form.
So Joe User checks out a tape (hitting the 'check out'
button which clears the form) and I want the tape he just
checked out to NOT show on the combo box.
I've tried putting a
docmd.requery
on the 'check out' button, but that didn't do it. I also
tried cbo_SelectTape.requery without success.
Suggestions?
Thanks
am trying to refresh a combo box on a form.
So Joe User checks out a tape (hitting the 'check out'
button which clears the form) and I want the tape he just
checked out to NOT show on the combo box.
I've tried putting a
docmd.requery
on the 'check out' button, but that didn't do it. I also
tried cbo_SelectTape.requery without success.
Suggestions?
Thanks