ykfc,
yes, agree with dvlas, also here's a little anecdote of adp that may help you.
I wrote a little insurance policy app in mdb file. It used standard queries. a little later I wrote dao code. as time went on, it got bigger, and i wrote a lot more dao code.
now the app is gaining some popularity, and I want to move it to sql server for the added benefits, but now there's a headache involved. SQL server doesn't support DAO, only ADO. so now i have to figure out how to make it work - either that or re-write all of my query code - which will be a drag -
If i had been thinking long term I would have just started out from the get-go with an adp file and created my tables in sql server.
I'd say if you plan to have your app scalable for more than 3 or 4 people, or forsee wanting the advanced features that SQL server provides - then use adp and sQL server - if not, just use jet.
I am a nobody, and nobody is perfect; therefore, I am perfect.