Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Built-in function and queries
Message
General information
Forum:
Microsoft Office
Category:
Access
Miscellaneous
Thread ID:
00441493
Message ID:
00443637
Views:
26
>thanks.
>
>BTW, it possible to make sure that those references are active?
>
>TIA
>
>Marc

Hi,

You can check references programmatically:
    Dim ref As Reference
    
    For Each ref In References
        If ref.IsBroken Then
            msgbox "Reference " & ref.name & " is broken!"
        end if
    Next
HTH, Igor
Igor Gelin
Database Developer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform