MUKESHY12390
Well-known Member
- Joined
- Sep 18, 2012
- Messages
- 901
- Office Version
- 2013
- 2011
- 2010
- 2007
- Platform
- Windows
Hi frnd,
Can we create read-only Linked table , so that user won't able to delete/update anything table.
below code works, but it doesn't create readonly access.
Any help would be appreciated.
Thanks,
Mukesh Y
Can we create read-only Linked table , so that user won't able to delete/update anything table.
below code works, but it doesn't create readonly access.
Any help would be appreciated.
Code:
DoCmd.TransferDatabase TransferType:=acLink, _
DatabaseType:="Microsoft Access", _
DatabaseName:="[URL="file://\\MyPath\MyDB.accdb"]\\MyPath\MyDB.accdb[/URL]", _
ObjectType:=acTable, _
Source:="tblUniqueList_Client_II", _
Destination:="tblUniqueList_Client_II"
Thanks,
Mukesh Y