I set the Order By of my form to LastName, FirstName but when someone changes this order to look for something quickly it resets this property the next time the form opens. I've read several posts about this topic already and I attempted to set the OrderBy property of my form OnLoad but I don't seem to be getting the code to work. It seems so simple, it's just two lines and it's driving me nuts. I've tried something like this:
Me.OrderByOn = True
Me.OrderBy = "[LastName]"
Can anyone show me how dumb I'm being? Thanks.
Me.OrderByOn = True
Me.OrderBy = "[LastName]"
Can anyone show me how dumb I'm being? Thanks.