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:
00551636
Views:
19
thanks agains...
>>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

If things have the tendency to go your way, do not worry. It won't last. Jules Renard.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform