i have read that, if possible, you should avoid the use of domain functions in a split access database for performance reasons. if i want to get those sorts of results should i write a more specialized function that accomplishes roughly the same thing? or is it the general type of function that would degrade performance?
i have written a basic function to replace DCount. it is tailored to the one situation in which it will be needed within our system, but isn't too usable otherwise. if i made it more general purpose, and closer to the usage of DCount , would i run into those same performance issues, or are those more of an issue with microsoft's implementation of these functions?
thanks for any thoughts or comments
i have written a basic function to replace DCount. it is tailored to the one situation in which it will be needed within our system, but isn't too usable otherwise. if i made it more general purpose, and closer to the usage of DCount , would i run into those same performance issues, or are those more of an issue with microsoft's implementation of these functions?
thanks for any thoughts or comments