Search results

  1. P

    Type conversion error on select/update/make table query

    I've written a function that takes three integers and returns a double. Any time I try to call it from a query it returns an error; select query will return #error, update or make table return a type conversion failure. ?? 1) The code works fine when run in the immediate window of VBA editor...
  2. P

    Recordset vs Array speed?

    Hello all. First of all, thanks to all the knowledgeable folks out there willing to contribute. I've learned quite a bit as a lurker. I have a function that is passed some information about a tree, including the species. This function performs a simple calculation on the information passed...
Back
Top Bottom