FindAsUType Problem

B

Brian Cook

I found Allen Browne's code on his site. I have incorporated it as
instructed, and it will not populate the ComboBox.

It is an Access 2003 database.

I went thru it a couple of times, I don't get any errors, just will not
populate the cbo.

Thanks,

Brian
 
B

Brian Cook

I figured out the problem. I forgot to name the CBO and TEXT box the same as
the sample.
 
B

Brian Cook

Yesp, taht one is solved, and now I have a new issue...

When I launch the form it starts with whatever I filtered in the search box
prior to closing.

I added

Form.Filtered = Null

to the Form Load event. It didn't do anything for me.

I want to clear the .Filtered flag when I exit the form/Access.

I am stuck now.
 
B

Brian Cook

Ok, this is just not my day... I figure out the issue after I type the
question...

Allen thank you very much for writing an excellent piece of code. It has
been a lifesaver.
 
Top