zebrafoot's latest activity

  • Z
    zebrafoot replied to the thread Sort listbox.
    Thank you for the explanation of the reason for the syntax error and for the above. I appreciate there is a LOT of data in the listbox...
  • Z
    zebrafoot reacted to cheekybuddha's post in the thread Sort listbox with Like Like.
    That's a lot of fields to use as source for a Listbox! Is it even readable on the screen? The reason for your VBA syntax errors is...
  • Z
    zebrafoot reacted to MajP's post in the thread Sort listbox with Like Like.
    A quick solution would be instead of a listbox make a continuous subform that looks and acts like a listbox. Then you could simply set...
  • Z
    zebrafoot reacted to theDBguy's post in the thread Sort listbox with Like Like.
    Another approach is to use a QueryDef object, so you can modify the query's ORDER BY directly.
  • Z
    zebrafoot replied to the thread Sort listbox.
    Thank you very much for this. It works for me, and it's also nice and simple to follow.
  • Z
    zebrafoot replied to the thread Sort listbox.
    I'm not familiar with this approach. Could you expand, please?
  • Z
    zebrafoot posted the thread Sort listbox in Modules & VBA.
    Hello everyone. Hoping this wasn't covered elsewhere. I have a listbox in a database form, which shows all products in the database...
Top Bottom