Hello everybody
it's again with Citrix and Access 2010....
On different local installations everything works fine, but on Citrix I get an application crash at the line with Recordset.Update:
...
Dim vDB As DAO.Database
Dim vRS As DAO.Recordset
Set vDB = CurrentDb()
Set vRS =...