G
Guest
I have a form used to change the cycle into which a customer falls. After
changing the cycle., e.g., from 1 to 5, I want a button on the form to run
the query underlying the form to immediately resort the record and show it in
the new cycle.
I've tried requerying the control, but I receive an error 2109 "There is no
field named "1" (or whatever number I type in the control) in this record. I
also found a suggestion in the newsgroups to set the focus to the control
first, but received the same error.
Me![txtCycle].SetFocus
DoCmd.Requery ([txtCycle])
Any suggestions for achieving the goal of an "instant" re-sort of the records?
changing the cycle., e.g., from 1 to 5, I want a button on the form to run
the query underlying the form to immediately resort the record and show it in
the new cycle.
I've tried requerying the control, but I receive an error 2109 "There is no
field named "1" (or whatever number I type in the control) in this record. I
also found a suggestion in the newsgroups to set the focus to the control
first, but received the same error.
Me![txtCycle].SetFocus
DoCmd.Requery ([txtCycle])
Any suggestions for achieving the goal of an "instant" re-sort of the records?