If I transfer data from a Access MDB into a SQL Server, will DAO code in a VB app work against the SQL Server.
I realise there will need to be changes to the initial
Directly no. But you can replace current access tables with linked tables to sql server.
Update: How to create a DSN-less connection to SQL Server for linked tables in Access