amorosik
Member
- Local time
- Today, 21:36
- Joined
- Apr 18, 2020
- Messages
- 505
I have one form, continuous form, which I use to display data from an Articles table
The last two columns of each row are calculated fiel, for example
=DLookUp("PRZ";"PREZZI";"cod_art='" & [CODICE_INTERNO] & "' and cod_dep=1 and cod_val=1 and cod_lis=" & cmbCodiceListino1.Value)
The problem I'm writing about is that the calculated fields in the form body are not always automatically updated, as I would expect it to do
And especially on three workstations that use the exact same program, only one of these presents the problem described above
If i press F9 on keyboard (there are not event for F9 key) then field are visualized
What could cause the failure to automatically update and visualize the calculated fields?
The last two columns of each row are calculated fiel, for example
=DLookUp("PRZ";"PREZZI";"cod_art='" & [CODICE_INTERNO] & "' and cod_dep=1 and cod_val=1 and cod_lis=" & cmbCodiceListino1.Value)
The problem I'm writing about is that the calculated fields in the form body are not always automatically updated, as I would expect it to do
And especially on three workstations that use the exact same program, only one of these presents the problem described above
If i press F9 on keyboard (there are not event for F9 key) then field are visualized
What could cause the failure to automatically update and visualize the calculated fields?