Search results

  1. B

    Run functions dynamically

    I have functions in a module that I would like to execute by "building" the function name. example: In module A I have Function AAA (ByVal Arg1, ... ByVal Argn) ... End Function Function BBB (ByVal Arg1, ... ByVal Argn) ... End Function Function CCC (ByVal Arg1, ... ByVal Argn) ... End...
  2. B

    ACCESS2000/2 Conversion to ACCESS2003

    I am involved in a conversion of MSACCESS from 2000/2002 to 2003. Basically, and automated process would install Office 2003 (with Access) on user's machines. My question is once the database is opened, would there be a conversion prompt (ie do you wish to convert to 2003?)? In my tests I...
  3. B

    Calculated columns showing #error??

    I am using Access 2003. I have a form that shows many calculated columms (some using =Dlookup(), other using =ufMyFunctions() stored in Modules). I update only 2 columns and the the form is set up as a ContinuousForm. No problem, everything displays when I open it. Also in the form is a...
  4. B

    prevent MDB copying

    I was successful in creating a MDB that could be installed on a standalone computer and once installed could not be copied to another computer. The method used was to have code that made WinAPI_GetComputerName call and stored the computer name on the database, the first time run. That was good...
  5. B

    Error on Synchronize Now for Replication Version: 2003 (11.0)

    I am getting the following error when Synchronizing Now for Replicated database. The total database size is only 22 megs (contains reports and forms). This just started happening recently, otherwise it was fine before. My machine is running WinXP Pro SP2 (with latest service pacs) on an AMD...
  6. B

    Checked out with these check boxes

    Hello Folks. I can't seem to figure this one out in a continous form. I have checkboxes where I can check them. If I check any of them, I would like to disable another check box. All this works, but what it does is it disables/enables the check box in ALL the rows, instead of just the current...
Back
Top Bottom