P
Paul C
I have two combo boxes in a form which compare results. If one does not
match the other, I give the user a message and then want to set the value of
the one in error to null. The message box part works well, but I cannot
clear what is in the box so that the user can make a new entry. I have tried
me.combo=null and me.combo.undo but neither work.
Any ideas?
match the other, I give the user a message and then want to set the value of
the one in error to null. The message box part works well, but I cannot
clear what is in the box so that the user can make a new entry. I have tried
me.combo=null and me.combo.undo but neither work.
Any ideas?