Recordsetclone stopped working.

  • Thread starter Thread starter Kat
  • Start date Start date
K

Kat

Hi All,

I have a control with an If statement including
recordsetclone.recordcount. It all worked fine. Then the other day I
open my database and I see every control that used this has ?Name#

Is there perhaps a reference book I deleted or something that is
required? I can't figure out why it would just stop working.
 
Hi All,

I have a control with an If statement including
recordsetclone.recordcount. It all worked fine. Then the other day I
open my database and I see every control that used this has ?Name#

Is there perhaps a reference book I deleted or something that is
required? I can't figure out why it would just stop working.\

This appears to be the very common References bug. Open any
module in design view, or open the VBA editor by typing
Ctrl-G. Select Tools... References from the menu. One of the
..DLL files required by Access will probably be marked
MISSING. Uncheck it, recheck it, close and open Access.

If none are MISSING, check any reference; close and open
Access; then uncheck it again. This will force Access to
relink the libraries.

John W. Vinson[MVP]
 
Back
Top