Recent content by bizarre@telenet.be

  1. B

    Linked Tables read-only

    Thanks, It seems to work.
  2. B

    Linked Tables read-only

    Hello, Here is my problem. I have a database on a Win7 (PC1) and want to share a table with an other WIN7 (PC2). When I open the database on PC2 and want to link a table I can only read from the linked table on PC1. When I put the Source-Database on a winXP PC and create a link I have full...
  3. B

    Run Macro after a table is updated or a new row is inserted

    Ok, here is the full story. I made a complete POS system in VB.net based on a Access database. The POS system need to be registered by the government and they know a password on a Access DB is nothing worth, so they want a copy of the sales table in MySQL. Because MySQL is more secure and they...
  4. B

    Run Macro after a table is updated or a new row is inserted

    Hello Rainlover, That's no option. I don't use the form and the database is accessed from VB.NET. I just want a copy of the table in MySQL. And so if something changes in the table it has to change in the MySQL table to... Koen
  5. B

    Run Macro after a table is updated or a new row is inserted

    Hello, I want to run a macro or a function in VBA after a table has been updated or a row has been added. Now I've created a macro how is running the vba code but when I select 'AfterInsert' in the Table-tab and I choose RunDataMacro I don't see my macro... How can I solve this. this way or...
Back
Top Bottom