Check Help for the OpenRecordset method.
Set recordset = object.OpenRecordset (source, type, options, lockedits)
particularly the dbDenyRead/dbDenyWrite options

Signature
Joan Wild
Microsoft Access MVP
> Hi,
>
[quoted text clipped - 50 lines]
>
> raj
Rajesh B. Patel - 09 Dec 2004 00:37 GMT
Hi,
THanks for your reply.
I have investigated this; however, OpenRecordset with dbDenyRead does
not work with linked tables and my db is split.
Any other suggestions?
Thanks again.
raj
> Check Help for the OpenRecordset method.
> Set recordset = object.OpenRecordset (source, type, options, lockedits)
>
> particularly the dbDenyRead/dbDenyWrite options
Joan Wild - 09 Dec 2004 19:59 GMT
You could open the backend directly via the OpenDatabase method and then you
could use the dbDenyRead on the table recordset.
> Hi,
>
[quoted text clipped - 14 lines]
>>
>> particularly the dbDenyRead/dbDenyWrite options

Signature
Joan Wild
Microsoft Access MVP
Rajesh B. Patel - 09 Dec 2004 20:12 GMT
Excellent! Thank you for your suggestion I will try it.
> You could open the backend directly via the OpenDatabase method and then you
> could use the dbDenyRead on the table recordset.
[quoted text clipped - 17 lines]
>>>
>>>particularly the dbDenyRead/dbDenyWrite options