D
David Altemir
I enter a value in a dialog box and want that value to be reflected in
the display of another form after I close the dialog box. This works
fine if I requery the entire form, but this causes the cursor to jump
back to the first record.
I try to requery just the particular control on the form from the
OnClose event of the dialog box as shown below but it still doesn't
show the updated value:
Forms!MyForm.ResourceName.Requery
I don't get an error message, but it still shows the old value. Any
ideas as to why I'm net getting this control to requery?
the display of another form after I close the dialog box. This works
fine if I requery the entire form, but this causes the cursor to jump
back to the first record.
I try to requery just the particular control on the form from the
OnClose event of the dialog box as shown below but it still doesn't
show the updated value:
Forms!MyForm.ResourceName.Requery
I don't get an error message, but it still shows the old value. Any
ideas as to why I'm net getting this control to requery?