iluha wrote: If i write a code in vb in the access database is there a way to run this code from server side asp. I haven't found a way to do so yet, but I'm still looking. But why do you want to do this? Why not simply add a userid to the database on the first visit, then use ADO to query the database to find if that userid exists? Using cookies will allow you to accomplish the same thing without the user having to supply a userid, but this requires that the user have cookies enabled in the browser. You can't always depend on that, but you can provide a notice on the site to the effect that it won't work if cookies are disabled. iluha wrote: And y is there a vb editor in access??? Access isn't meant to be a full relational database server. It's designed for use in a small office for developing custom database applications for internal use. VBA is included, along with the VB editor, to let you provide the functionality needed to respond to user input appropriate to your application. For general database purposes, SQL Server is the recommended solution, and you can access stored procedures remotely using a SQL Server database. MSDE is a freely distributable version of SQL Server that you can install on computers running your application so that your customers don't have to own SQL Server to use it.
"Ask not for whom the bell tolls;
It tolls for thee..."