Some folks in my office have just had new PCs, which are running windows 2000, with Access 97 professional installed (that is what the rest of the office are using). When they open the database up, one of the first calls is
VBA highlights
and comes up with an error message saying "Project or Library not found", and the code goes into debug mode. I'm assuming that they are missing a .dll, but I'm damned if I can work out what it is.
Basically what I want to know is- what is this .dll?!
Code:
format(dteDate, "DD-MMM-YY")
Code:
format
Basically what I want to know is- what is this .dll?!