Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Listbox by column

Status
Not open for further replies.

zrzr

Programmer
May 22, 2003
83
FR
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 ???




 
It Depends. Send me an email asking and I will send you a listbox that does what you wish.

rollie@bwsys.net
 
Sorry, I don't speak english very well, so I don't understand what you mean with "email asking" ...

Do you want me to ask you my question by email ?
 
thanks foolio12
It can be a good idea but the matter is still the same : is it possible to display subform's date scrolling by column instead of line ?
If it isn't, I will still have to display my data in line ...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top