findasutype By Allen Brownes

D

dan.cawthorne

Well I've Been Using Allen Brownes findasutype for a few months now
and been working fantastic,

Untill today when i created a new form and wanted to you the module on
this new form,

ive done nothing different on this form than any other form i have the
module on,

but its does not want to work.

the error im getting on the new form when the form opens is the
following.

Error 3265: Item Not Found In This Collection.

then the form carry's on to load and the drop down combo
"cboFindAsUTypeField" is Blank and not Showing the field names
available.

I have the forms Onload Event Set as

Private Sub Form_Load()
Call FindAsUTypeLoad (Me)
End Sub

Does Any One Have Any Insight to whats happeneing?
 
R

ruralguy via AccessMonster.com

Have you single stepped the code to see what item it is looking for when the
error occurs? Do you have the txtFindAsUTypeValue TextBox on the form?
 

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

Top