QUOTE(Tomaso48 @ 3 Jul, 2008 - 05:32 AM)

QUOTE(jayman9 @ 2 Jul, 2008 - 06:54 PM)

These questions are difficult to answer without seeing your code. Post your code using

tags.
I understand. Unfortunately, the issue isn't so much code, rather the VS interface and developement environment. When I figure it out I will post the fix here.
Thanks,
Tomas
Well, here's an update. I found that the problem with the Update query not being generated was actually a SQL Server setup issue. Although each of the tables had an auto-incrememnting identity field, these identity fields were not set as the primary key. Once each table had the primary key set, the Update query was automatically generated when brought into the VB.Net application. One down, one to go.
Thanks,