L
Lee
Hi there,
On clicking a button on Form A, I would like the records
in Form B to be ordered (sorted) in a particular way. I
can't seem to get this to work and I now wonder if it's
possible. On the click event for Form A I've got the
following:
DoCmd.SelectObject acForm, "Form B", False
Form.OrderByOn = True
Form.OrderBy = "CentreNo"
I've tried all sorts of versions of this but nothing
seems to work, any ideas?
Hope you can help.
With thanks,
Lee
On clicking a button on Form A, I would like the records
in Form B to be ordered (sorted) in a particular way. I
can't seem to get this to work and I now wonder if it's
possible. On the click event for Form A I've got the
following:
DoCmd.SelectObject acForm, "Form B", False
Form.OrderByOn = True
Form.OrderBy = "CentreNo"
I've tried all sorts of versions of this but nothing
seems to work, any ideas?
Hope you can help.
With thanks,
Lee