My app is Access (front-end) and SQL Server (back-end)
Thanks!
boblarson
unread,
Nov 16, 2007, 10:15:00 PM11/16/07
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
If your tables are linked then use the CurrentProject.Connection one. If they are not, you will need to use the other. -- Bob Larson Access World Forums Super Moderator Utter Access VIP Tutorials at http://www.btabdevelopment.com __________________________________ If my post was helpful to you, please rate the post.
Rio
unread,
Nov 17, 2007, 7:50:00 AM11/17/07
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Yes, my tables are linked. Are there any performance advantages/disadvantages of using one method vs. the other? Thanks.
boblarson
unread,
Nov 17, 2007, 12:56:00 PM11/17/07
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I cannot answer with absolute assuredness but I do believe that the linked tables will work better for you since a connection is already open and JET can help in the management of things.