Ah, ok...then give setting the sort idea a try. I can't really see how auto
complte makes sense for a combo box that is not ordered? Which way does it
search?
So, I would try setting the order of the combos...as that may very well fix
this problem (you lucky it works in some cases).
Is there a way with vba i can refresh the links on load.
I don't think refrdsing the actaul data links is a sotlion. You have some
problem here..but it not clear what that is just yet.
If you must have some rope to hang your self with..then can grab the code at
www.mvps.org/access that will refresh you links..but refresing can take a
very very long time in some cases.
You will find some code examples of re-linking here:
Relink Access tables from code
http://www.mvps.org/access/tables/tbl0009.htm
Relink ODBC tables from code
http://www.mvps.org/access/tables/tbl0010.htm
Having to re-link is most certainly worse medicine then the cure. I suppose
the above code examples might tide you over until a proper solution is
found..but I certainly would NOT use the above as a permanent solution to
your problem.