Q qwertyjjj Registered User. Local time Today, 10:39 Joined Aug 8, 2006 Messages 262 Oct 12, 2007 #1 Do the Access functions dlookup, etc. cause performance issues when using remote SQL servers where the data is held?
Do the Access functions dlookup, etc. cause performance issues when using remote SQL servers where the data is held?
mhartman Dr. Data Local time Today, 10:39 Joined Jun 5, 2006 Messages 441 Oct 12, 2007 #2 Hello: There is a performance hit when using aggregate functions in Access. So I would imagine it would be compounded over a network. http://www.thescripts.com/forum/thread533318.html is a link to an alternate approach Regards Mark
Hello: There is a performance hit when using aggregate functions in Access. So I would imagine it would be compounded over a network. http://www.thescripts.com/forum/thread533318.html is a link to an alternate approach Regards Mark
Q qwertyjjj Registered User. Local time Today, 10:39 Joined Aug 8, 2006 Messages 262 Oct 12, 2007 #3 So, better to create a SQL query than scan an entire table with DLookup ? Ideally, if you could bring all data back in 1 recordset then that would be even more efficient ?
So, better to create a SQL query than scan an entire table with DLookup ? Ideally, if you could bring all data back in 1 recordset then that would be even more efficient ?