access reporting like listviews

A

Andreas Wöckl

hi group!

i am searching for a component that i can use like a listView in a report
because my colums are not fixed.

or is there a chance to get a listview working in a report?

best regards

andy
 
S

SA

Andy:

You can use a List View control in an Access report. Works, just like it
does on a form.....
 
A

Andreas Wöckl

hi!

I tried this but it thid not really work - I can not see any data - is there
a special place where to put the listview and the init method?

report_open or.?

thanks in advance

andy
 
S

SA

Andreas:

You need to:

1.) Have the list view bound with a control source:
2.) Have its recordsource set to a table or query which would fill the
columns based upon the bound column's data, just like in a form.
 
A

Andreas Wöckl

hi SA!

Now I am a bit confused - I do not really now how to bind a ListView (i mean
the ListView Active X Control) to a Datasource.

Is there a chance - maybe I am to blind.

thanks

andy
 
Top