Search results

  1. E

    Lock a table for editing the records

    Well some googling did me find a function like below. So it must be posible but i don't know how recordset.open("Table",,AcLockReadOnly)
  2. E

    Lock a table for editing the records

    Hello all, I have a question, I'm building a MS ACCESS database and within it i have a table for putting in my program critical parameters. I don't want anyone to change the content of that table. That means not editing the 1 record in it and not adding a new record. Within the program is't a...
  3. E

    Import / Export Table

    Who can help me out?? :confused: I am looking for 2 scripts 1) for exporting an existing table with data to an seperate MDB file (filename to be given by user using a dialogbox) 2) importing the MDB file (from question 1) back into the existing table in the original database. Script...
  4. E

    Help with a piece of code

    You're right (again) got a suggestion how to get the windows serial number?
  5. E

    Help with a piece of code

    Got it!!!! I used a simple script to retrieve the HDD serialnumber, i've put the serialnumber in an algoritm and bingo :) Thank you all very much!!!
  6. E

    Help with a piece of code

    Misschien is dan het bios serienummer een beter idee. Bedoel wat hier boven staat over wisselen van netwerkkaart is natuurlijk errug waar. Maar vraag me helaaaaal niet hoe ik het bios serienummer in een string krijg. Misschien is het veeel gevraagd, maar mag ik een beroep doen op jullie...
  7. E

    Help with a piece of code

    Hello all! I am building a database in msacces and i want to sell it when its ready. Now to prevent copying i want to build in an activation procedure. For that procedure i am looking for a piece of script that will generate a computer specific number. So for every pc the database is put on, an...
Back
Top Bottom