Recent content by luapnotro

  1. L

    Changing structure of multiple tables

    No, I have another table (just the one this time!) with personal details on each student. The 80 other tables carry details of their daily work and performance - each one referenced by the student ID from the personal details table. Adding a new table is just a few lines of code and I doubt I...
  2. L

    Changing structure of multiple tables

    Well, apart from my obvious difficulty in changing the structure of 80 tables instead of one :) what is the advantage of a single table? I'm not duplicating any data by doing it this way and I haven't noticed there to be any added complexity to querying each table as and when required (it's a...
  3. L

    Changing structure of multiple tables

    Thanks for that but I was hoping to do this in Access itself - it can't be an unusual thing to want to do with multiple tables. No, it doesn't look like a spreadsheet at all - the tables contain data for 80 students (currently in 13 fields but I want to extend that to 16). I took this design...
  4. L

    Changing structure of multiple tables

    I want to add 3 new fields to the structure of around 80 tables (all with identical structures). Is there a way to automate this process? Paul.
  5. L

    Inserting a .doc file into richtextbox control

    I know how to do this but in practice it doesn't seem to work if the Word doc contains images. Is there a way round this or is there perhaps another control available to Access VBA coders which will make it possible to insert .doc files with embedded images? Many thanks!
  6. L

    Inserting a .doc file into RTB control

    I'm sorry but my question wasn't about storing the file into a db - it was how to get around the problems of inserting a Word file containing images into a rich text box control or similar. Thanks.
  7. L

    Inserting a .doc file into RTB control

    I know how to do this but in practice it doesn't seem to work if the Word doc contains images. Is there a way round this or is there perhaps another control available to Access VBA coders which will make it possible to insert .doc files with embedded images? Many thanks!
  8. L

    Inserting a .doc file into RTB control

    I know how to do this but in practice it doesn't seem to work if the Word doc contains images. Is there a way round this or is there perhaps another control available to Access VBA coders which will make it possible to insert .doc files with embedded images? Many thanks!
Back
Top Bottom