murray83
Games Collector
- Local time
- Today, 02:13
- Joined
- Mar 31, 2017
- Messages
- 827
have read else where that the following code in form load would help sort by what you want
my one question i want to sort my table by the status when its "Waiting" ( not my idea manager request )
so would the code now look like this as have tried and no dice
Code:
Me.OrderBy = ""
my one question i want to sort my table by the status when its "Waiting" ( not my idea manager request )
so would the code now look like this as have tried and no dice
Code:
Me.OrderBy = me.Status.Value = Waiting