findasutype By Allen Brownes

  • Thread starter Thread starter dan.cawthorne
  • Start date Start date
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?
 
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?
 
Back
Top