Search results

  1. K

    Transfertext, import problem

    No, when I delete the 2 'introduction' lines I still get the same error message. The text 'F1' isn't even present in the .txt file... I really have no clue what is going wrong... :(
  2. K

    Transfertext, import problem

    Thanx NamLiam, it looks like you're right about that. It isn't a problem to change the file extension to .txt, but apparently Access 97 deals different with such a filetype, because I get an other error message now :( The message says "Field F1 doesn't exist in target table "Data". The field...
  3. K

    Transfertext, import problem

    Hello, I've converted an Access 2.0 Database to 97 and now the import function doesn't work properly anymore... (under 2.0 it works fine) The current vba-code I use for importing a (no-extension) file into a table named "data"...
  4. K

    Instant Access functionality, based on user groups

    You're right, and that did the trick! Hell, almost impossible to find the VBA-code for automatic compression of the Database (language independent). However, I succeeded. Thank you! :D
  5. K

    Instant Access functionality, based on user groups

    Hello, When I start my Access application I've created a login form. It connects to an employee-table and checks the username and password that's been filled in on the form. According to the user group (also stored in the table) I've created VBA-code to show or hide bars and menus. I'll show...
Back
Top Bottom