FindAsUType Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
I figured out the problem. I forgot to name the CBO and TEXT box the same as
the sample.
 
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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top