Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
819 views

Equivalent of Excel's NETWORKDAYS function with Jet ADO

Is there a way of replicating Excel's NETWORKDAYS when connecting to a Jet database via ADO?
3
votes
5answers
238 views

What interfaces besides MS Access are available to manipulate MDB files

A few years ago I was developing a .NET application for a client that used Microsoft Access. Regardless of the merits of this technical decision, I ended up writing my own query editor for Microsft ...