If you really wanted to you could convert all your queries to SQL strings and call them from vb,
i.e. on the 'OnOpen' event of the forms you could open a recordset (using SQL and vb), then use command buttons e.t.c. for moving through the recordset and populating your fields from the recordset...