Set up an Access Project to be opened via Citrix. However, there is some VBA code that prevents it from working:
Dim rs As ADODB.Recordset
Set rs = CurrentProject.Connection.Execute("Query")
The .Connection
bit is highlighted. This works when it is not opened via Citrix though (i.e. just on users desktop).