Hi Kev
Maybe I didn't make myself clear (not maybe, sure)
I don't want to install MS SQL server. The database has 1500 max 2000 new lines in the main table a month.
I can eventualy empty it from time to time, once a year, if I want to, so not the size is the problem.
The thing is I will have two users on it - and I am afraid of conflicts on recordset level, even though the two users will work on different recordsets but on the same table. I tested it already, so a simle .mdb shared in the network and opened in the same time. It works, but considering the loops I am a little afraid of troubles.
I would like to find out if there is a simple way of using the MS SQL engine(provided with MS Office pro) in order to use the tables on the server and the clients connected by odbc, without having to change a lot in the dao code. Mile gave me some tips but yet I am not sure in which way to go. I have never used the sql engine, and maybe I am very wrongwith this one.
Do you think a shared mdb for two users is a bad idea? Has anybody used it like that? That would be the urgent question actualy.
Thanks in advance
Dan