- Local time
- Today, 18:59
- Joined
- Feb 19, 2002
- Messages
- 45,497
Domain functions inside queries are very "expensive" Each one causes a totally separate query to run. Therefore, the larger your recordset, the more separate queries get spawned. So, if you have a thousand lines in your recordset, you run 1000 queries.