A family of Microsoft relational database management systems designed for ease of use.
Hmm, perhaps there is a reason... however, I have no idea what it is. If I get time this weekend I might look into this!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The middle box of the Expression Builder can list all the objects on a selected form or report.
I always find it hard to find things in the list as they seem to be in a completely random order.
Or is there some order there that I can't see?
(They are certainly not in alpha order, nor the order in which they are added to the form, nor the Tab order)
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hmm, perhaps there is a reason... however, I have no idea what it is. If I get time this weekend I might look into this!
A bit of testing has revealed a little bit more.
The order is the same as in the list produced by this procedure:
Public Sub sbListControls(frmForm As Form)
Dim ctrl As Control
For Each ctrl In frmForm.Controls
Debug.Print ctrl.Name
Next ctrl
Set ctrl = Nothing
End Sub
Thanks for that answer.
Like you I hope it gets fixed one day.
As far as I know there is no ryhme or reason (or order) to that AND no way to create one. And yes, it is annoying if you have a lot of fields. I would especially happy if oneday that gets fixed!