I would really appreciate some help on this one!
I have database that include two linked subforms. When one form is updated, related fields on the other form are updated with calculated values that comes form a CurrentDb.OpenRecordset (pulling relevont recordset form the database) combined with a RecordCount that counts related fields and finally adds them to the right fields.
This works perfectly in my English environment, but for some mysterious reason it does not work for users with a Swedish environment.
The database will also be used by other nationalities where some of them can be expected to have other local Language Settings.
I'm not sure exactly what the problem is and I am obviously quite far away from figuring out a solution. Help would be extremely appreciated!
Thanks!
I have database that include two linked subforms. When one form is updated, related fields on the other form are updated with calculated values that comes form a CurrentDb.OpenRecordset (pulling relevont recordset form the database) combined with a RecordCount that counts related fields and finally adds them to the right fields.
This works perfectly in my English environment, but for some mysterious reason it does not work for users with a Swedish environment.
The database will also be used by other nationalities where some of them can be expected to have other local Language Settings.
I'm not sure exactly what the problem is and I am obviously quite far away from figuring out a solution. Help would be extremely appreciated!
Thanks!