Listview Control

L

Luis

Hello.
I have a table with the following format:
Month CostumerName
October 2009 Costumer1
November 2009 Costumer1
January 2009 Costumer2
February 2009 Costumer2

I want to display this information in a form. I though on using a listview
control with 2 columns. Costumer names has the Header Text and "Month" has
the information to fill the Listview. Someting Like the following:

Costumer1 Costumer2
October 2009 January 2009
November 2009 February 2009

Is this possible? If not, any sugestions?

Thanks

Luis.
 
L

Luis

But in Datasheet view i will have the form with the format that the table has.

It's not what i really have in mind.
I'm not closed to the coding approach but i'm not found a starting point yet.
 
M

Maurice

Luis,

Alex is right this does require some coding and if you haven't done anything
with a listview yet it's better to think of an alternative. If you are
willing there are a few samples you can google on. Remember tthat the
listview doesn't have a source you can set in the propertysheet you have to
set it via vba code...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top