D
Dennis Snelgrove
I've got a front-end that I'm running on 5 different PCs in our office. One
of the forms has a continuous subform with a textbox that shows the
formatted time, and this is a calculated field from the form's recordsource
query. On 4 of the 5 PCs, the subform works perfectly; on the 5th I get
nothing but "#ERROR#" in the time textbox. All the rest of the form works
perfectly, though. The first record in the subform shows the proper time,
the rest show "#ERROR#", and if we scroll the subform at all, that first
record also goes to "#ERROR#".
I've checked that the front-end is the same as the other 4 PCs, and it is.
I've checked the Regional Settings, and they're no different. I've run the
source query itself and the output is proper for the entire recordset; it's
just when the recordset is fed to the subform that the problem is cropping
up. I've checked the References screen on the VBA form, and there's no
broken library references.
Any suggestions or comments? I'm at a loss at this point.
Thanks!
Dennis
of the forms has a continuous subform with a textbox that shows the
formatted time, and this is a calculated field from the form's recordsource
query. On 4 of the 5 PCs, the subform works perfectly; on the 5th I get
nothing but "#ERROR#" in the time textbox. All the rest of the form works
perfectly, though. The first record in the subform shows the proper time,
the rest show "#ERROR#", and if we scroll the subform at all, that first
record also goes to "#ERROR#".
I've checked that the front-end is the same as the other 4 PCs, and it is.
I've checked the Regional Settings, and they're no different. I've run the
source query itself and the output is proper for the entire recordset; it's
just when the recordset is fed to the subform that the problem is cropping
up. I've checked the References screen on the VBA form, and there's no
broken library references.
Any suggestions or comments? I'm at a loss at this point.
Thanks!
Dennis