I'm not really sure if this is the right place to post this but i've just found a major problem with database and am leaving today so it's kinda urgent!
I have two linked tables in my database that are linked to and ODBC database.
In Access 2003 when i update my tables using the linked table...
Is there a way in which to assign user permissions to vba code?
I have some command buttons which run vba code but i only want to allow certain users to use these.
I am trying to split my database but when i run the database splitter it comes up with the following error messages:
Subscript out of range
And
Invalid procedure call or arguement
Does anyone have any ideas what could be causing these or how to fix it?
Thanks
Not quite sure where I am supposed to put that! My VBA knowledge is very basic!
I currently have:
Private Sub Command25_Click()
On Error GoTo Err_Command25_Click
Dim stAppName As String
stAppName = "excel.exe E:\Common files\Database\non"
Call Shell(stAppName, 1)...