I'm trying to find out more information about such a setup. Generally speaking, who has done it, and is it working well for them. I'm concerned a bit about speed.
Also, often times in my code, I'll need 1 value in a field in a table. The only two methods I know of for getting this would be
A) Domain function, such as DLookup
B) Open a recordset, write the SQL and pull the record I need.
I've heard Domain functions can be slow in this setup...Which is the preferred method? I'm also open to any other method I'm not aware of...
Thanks!
Also, often times in my code, I'll need 1 value in a field in a table. The only two methods I know of for getting this would be
A) Domain function, such as DLookup
B) Open a recordset, write the SQL and pull the record I need.
I've heard Domain functions can be slow in this setup...Which is the preferred method? I'm also open to any other method I'm not aware of...
Thanks!