using multi column listboxes on access form - only shows one row?

A

Angus Comber

Hello

My rowsource in my 5 column listbox is:

SELECT StartDate,Companyname, PolicyName, SellingAgent, ClientComments FROM
Policy WHERE ClientID = lblClientID.caption

It works - but only shows 1 column. Even though have two rows in table with
this ClientID.

What am I doing wrong?

Angus
 

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

Top