Search results

  1. J

    Linked Tables to Local Tables Problem

    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...
  2. J

    VBA User Permissions

    the form is literally just a switchboard with buttons to navigate around the database. This shouldn't be too much of a problem should it?
  3. J

    VBA User Permissions

    also if this hides the button where do i need to put the code in order for it to work? the form it is on is always open. thanks!
  4. J

    VBA User Permissions

    will i need to repeat the two lines of if statement for each user i want to be able to use the button?
  5. J

    VBA User Permissions

    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.
  6. J

    Really Simple Question (Hopefully!)

    Grrrr, this worked yesterday but today it says it expects a variable or procedure not a module
  7. J

    database splitter

    Is that all the wizard does?!
  8. J

    Splitting A Database

    Sadly still no luck :(
  9. J

    Splitting A Database

    Thank you anyway, you've been really helpful! Am Currently trawling through all of the past posts hoping for some clues!
  10. J

    Splitting A Database

    nothing noticable (i.e. error messages) happens but the menu option is greyed out until i change something. I assume this means there are no errors?
  11. J

    Splitting A Database

    what should happen when i click on that? Sorry can you tell i'm not really a computer person!
  12. J

    Splitting A Database

    How would I try and do that?
  13. J

    Splitting A Database

    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
  14. J

    Really Simple Question (Hopefully!)

    Fantastic! Thank you :)
  15. J

    Really Simple Question (Hopefully!)

    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)...
  16. J

    Really Simple Question (Hopefully!)

    I am trying to get VBA to open an excel spreadsheet. It is perfectly happy when I use a file with a pathname that doesn't contain any spaces but when i try and open a file from e:\common files it won't work. I'm sure this is really simple but I just can't work out how to make it open! Thanks
Back
Top Bottom