Recent content by bubu678

  1. B

    Run functions dynamically

    Thanks for the quick reply. I forgot about EVAL(). Will try it out now..
  2. 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...
  3. 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...
  4. B

    Calculated columns showing #error??

    Thank you everybody for your replies. I have that type of logic in most of the code. My point was that the form displayed OK in one method, but then when opend under a similar method the same form (nothing chged internally as to database, sort or filtering) did not display the same. What I...
  5. 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...
  6. 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...
  7. B

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

    Not quite the fix Thanks for the reply. I still haven't been able to resolve it and am in the midst of splitting the database. THis came as a recommendation on other forums where I have posted this problem. The version I am working with Access 2003 11.6566.6568 SP2 which I believe to be...
  8. 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...
  9. 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