Search results

  1. P

    New to VBA, pls, how can I make a function?

    Need to change into the function the repeated block in the code below: ______________________________________________________________ Private Sub Form_Open(Cancel As Integer) Dim t As String, i As Integer, f, r As Double Dim fs, d, k1 Set fs = CreateObject("Scripting.FileSystemObject") Set...
  2. P

    ANYONE HELP... I'm not able to make an .accde from .accdb

    Anyone who can help! I've made a program for making sales and so on, and now when it's ready, when I try to make an accde file (Access 2007 executable) it replies that I cannot make that because it can make only "2048 TableID"s at the same time. What that means and what I have to do? I have...
  3. P

    How could I make a cd-key asking form?

    I've made a simple program in access that helps making sales, incomes, cash registry and so on. But I need to add so-named CD-KEY to use the program depending on individual machine ID or anything else that is individual on every PC to not allow others to copy my program without permission. Want...
Back
Top Bottom