- Local time
- Today, 11:35
- Joined
- Feb 19, 2013
- Messages
- 17,497
no - was just showing you how you can utilise one function/sub rather than having multiple functions/subs - which I thought was your objective.
I would think updating a table via a select query would be about the same as updating a table directly. Just not sure why you would want more queries - seems like you want to keep things complicated
. But then I've not seen your data or clear what the objective is beyond updating some fields based on data in another field. It may be all fields could be updated in one update query
I would think updating a table via a select query would be about the same as updating a table directly. Just not sure why you would want more queries - seems like you want to keep things complicated
