ClaraBarton
Registered User.
- Local time
- Today, 00:03
- Joined
- Oct 14, 2019
- Messages
- 654
I use Majp FAYT in nearly all my databases. Never a problem. (or at least not THIS problem). Suddenly my code won't compile because this is a user-defined type not defined:
Right after Option Explicit
I've check all my references and they are the same as in the other databases.
I've put all objects into a new database. Same problem.
I have two forms with FAYT neither will compile.
Surely I'm missing something very obvious here.
Code:
Public faytCategory As New FindAsYouTypeCombo
I've check all my references and they are the same as in the other databases.
I've put all objects into a new database. Same problem.
I have two forms with FAYT neither will compile.
Surely I'm missing something very obvious here.