I have two subforms, both on the same main form. The subforms are copies of each other, except they each have a different recordsource. The textboxes on one form have a DblClick event where the value of the text box in the subform will be copied to the corresponding text box in the other subform when the user double-click's in the box. This works wonderfully on my PC.
I have tested this on 4 other computers, and none have worked like mine. The DblClick event is firing, but the destination subform does not refresh until the user does a mouse-over on the destination subform. This is not necessary on my PC.
I am running Windows 2000, the other PC's are an assortment of 2000 and NT.
All have the same version of Access.
I looked at the article "ACC2000: DblClick Event Appears not to Work," but the fix published resulted in no change.
Does anyone know how to fix this? Thank you!