- Local time
- Today, 18:46
- Joined
- Feb 19, 2002
- Messages
- 46,740
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.