Hi everybody !
I'm working on an Access application where I have to manage dates and actions (for each date, I have an action)
in a table called ACTION
At the moment, I display the table ACTIONS in a listbox. So, the date and the linked action are displayed line by line: +----------+----------+
| Date1 | Action1 |
+----------+----------+
| Date2 | Action2 |
+----------+----------+
What I would like to do is to display them by column :
+----------+----------+
| Date1 | Date2 |
+----------+----------+
| Action1 | Action2 |
+----------+----------+
Does anyone knows a way to do it ???
I'm working on an Access application where I have to manage dates and actions (for each date, I have an action)
in a table called ACTION
At the moment, I display the table ACTIONS in a listbox. So, the date and the linked action are displayed line by line: +----------+----------+
| Date1 | Action1 |
+----------+----------+
| Date2 | Action2 |
+----------+----------+
What I would like to do is to display them by column :
+----------+----------+
| Date1 | Date2 |
+----------+----------+
| Action1 | Action2 |
+----------+----------+
Does anyone knows a way to do it ???