On Wed, 29 Oct 2003 12:17:26 -0800, "Clay" <anonymous RemoveThis @discussions.microsoft.com> wrote:
¤ I am having a permissions problem with an access
¤ database. I'm opening a recordset and everything looks
¤ fine. I can navigate all records etc etc.
¤
¤ However, whenever I call the edit or addnew method of the
¤ recordset, I get runtime error "3033"
¤
¤ - "You do not have the necessary permissions to use the
¤ <tablenamehere> object. Have your system administrator or
¤ the person who created the object establish the
¤ appropriate permissions for you." -
¤
¤ As far as I know or anyone else can tell me, there are no
¤ permissions on this database. I can go into the tables
¤ manually and make a mess of anything I want. I've also
¤ been told that ADO can solve this problem, although it
¤ isn't an option because ADO cannot deal with replicated
¤ access 97 databases, which this will be (or hopefully) in
¤ the next few days.
¤
¤ Just so everyone knows everything, this is how I open the
¤ recordset:
¤
¤ Dim strSQLString As String
¤ strSQLString = "SELECT * FROM CartonLabel"
¤ Set DB_Label = OpenDatabase(LABEL_DB)
¤ Set RS_Label = DB_Label.OpenRecordset(strSQLString)
¤
¤ If anyone can help I thank you in advance!!
Where is this Access database located?
Paul ~~~ pclement RemoveThis @ameritech.net
Microsoft MVP (Visual Basic)
>> Stay informed about: Permissions Problem With Access