Search results

  1. A

    call functions on other open forms

    Hi guys Is there a way to call a public function on an open form when the method name is a string like this : Forms(formName).functions(functionName) and not the usual Forms(formName).functionName In other words is there a collections of public functions in a form ?? I want to...
  2. A

    listBox item string limitation

    I created a recordSet that contains three columns of data, one of which the string value length exceeds 255 characters, When binding the recordSet with a listBox control the value was truncated to 255. I checked the record source to make sure the problem is not in the data coming from the...
  3. A

    linked table triggers

    I am looking for a way to identify data change on a linked table; one way is to look at the time stamp of the original file and to compare between the current time stamp and the one that I save in the database, I am looking to find out if there is some kind of a trigger mechanism, thanks guys.
Back
Top Bottom