Search Result

Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
alter
  •  

  • Update the table structure in a Front-end/back-end situation

    Hello,

    I've got a Split database, where there a lot of back-end databases. There is one Backend-database for each customer. And there is also only one back-end linked at a time.

    Now I want to update all of these back-end databases for the release of a new front-end version.


    when I try this:
    Code:
    DoCmd.TransferDatabase acLink, "Microsoft Access", Text1.Value, acTable, "Analyses",
    ...
    See more | Go to post
    Last edited by NeoPa; Mar 20 '10, 03:50 PM. Reason: Please use the [CODE] tags provided

  • chifos0
    started a topic How to open .exe files in binary

    How to open .exe files in binary

    Can any one tell me how to open .exe files in binary so i can edit the in vb. I know you "can't" really edit it, but i am trying to make a program that randomly mutates an .exe file's binary code. i want just need to know how you open it so my program can do what i designed it to do (randomly alter some of the binary code) and how to save the binary back into the similar .exe format. lol i can almost imagine my mutated exe files, im sure...
    See more | Go to post
Working...