Hi there
I build bespoke dbs for clients. I often get the problem of incorrect
references (for Word or Outlook) when I install the database.
I know that many of you will tell me to use late binding instead of early
binding (I only just realised I could do this), BUT, is there a way I can
programmatically check the references are working when the database is
started, and if not, have the reference window pop up? I'd like to do this
without using any 3rd party software.
Tell me if I'm asking too much.
Allen Browne - 25 Apr 2007 14:48 GMT
You can check for broken references at startup, but you cannot take any
action to fix it.
Details:
How to guarantee that references will work in your applications
at:
http://www.trigeminal.com/usenet/usenet026.asp?1033

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
> Hi there
>
[quoted text clipped - 8 lines]
>
> Tell me if I'm asking too much.