Lock a record being edited

S

skc

Hi,

I wish to lock a record being edited by someone. I will
connect to an Access database (or a SQL Server - not sure
yet!). My system will be used by around a dozen people,
who will enter search parameters to call up records. If
the record has been called up, it mustbe locked so that
others do not view/amend it.

Please help.

skc
 
K

Kevin Spencer

I'm afraid you'll have to write a custom web application using ASP, ASP.Net,
PHP, or some other server-side programming technology to do this.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
S

skc

Kevin,

Any pointers please...??

Skc
-----Original Message-----
I'm afraid you'll have to write a custom web application using ASP, ASP.Net,
PHP, or some other server-side programming technology to do this.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.




.
 
K

Kevin Spencer

My best pointer is, if you are a programmer, write it. If you're not, hire
one. If you want to learn ASP, you can visit my web site at
http://www.takempis.com for articles, tutorials, etc. regarding ASP
development. You can do ASP by hand using FrontPage.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
S

skc

Yes - can you explain further please?

skc
-----Original Message-----
Hi SKC,

How are you accessing the record? If it is via the DRW
then you'll need to create a custom solution. If not, then
you can lock it
via the recordset.

--
Mike -- FrontPage MVP '97 - '02
http://www.websunlimited.com
Need to use ASP in a FrontPage 2003 include component? Well you can with IncludeASP!
http://www.websunlimited.com/order/Product/IncludeASP/Incl udeASP.htm
udeASP.htm


"skc" <[email protected]> wrote in
message news:[email protected]...
 
Top