|
|
Print values of a listbox
Is there a way to make a report that prints the values of a form's listbox.
I tried making a report in design view to accomplish this. I inserted a
listbox in the report and made it bound to the form's listbox, but the report
only prints a limited amount of items on the list (those which are visible in
the listbox).
Is there a way to have the report print all the values of the form's listbox?
|
|
0
|
|
|
|
Reply
|
Utf
|
12/31/2007 7:47:01 PM |
|
How is the list box populated? If it's based on a table or query, make a
report based on that table or query.
If the Row Source Type is a Value List, I don't know....
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.
"Mercadogs" wrote:
> Is there a way to make a report that prints the values of a form's listbox.
>
> I tried making a report in design view to accomplish this. I inserted a
> listbox in the report and made it bound to the form's listbox, but the report
> only prints a limited amount of items on the list (those which are visible in
> the listbox).
>
> Is there a way to have the report print all the values of the form's listbox?
|
|
0
|
|
|
|
Reply
|
Utf
|
12/31/2007 7:56:01 PM
|
|
Hi Jerry:
Thanks for your response.
The list is populated from a query called "Sp" that is filtered by entering...
SELECT DISTINCT Sp.PartNum, Sp.Loc FROM Sp ORDER BY [PartNum];
..... in the rowsource property of the listbox.
I had to manipulate this property because otherwise I could not make a new
query that would allow me to set property of the new query to 'unique values'
in order to get distinct combinations of 'PartNum' and 'Loc' fields of the
query 'Sp'. For some reason queries that have the "Group By" commands give
this problem.
"Jerry Whittle" wrote:
> How is the list box populated? If it's based on a table or query, make a
> report based on that table or query.
>
> If the Row Source Type is a Value List, I don't know....
> --
> Jerry Whittle, Microsoft Access MVP
> Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.
>
> "Mercadogs" wrote:
>
> > Is there a way to make a report that prints the values of a form's listbox.
> >
> > I tried making a report in design view to accomplish this. I inserted a
> > listbox in the report and made it bound to the form's listbox, but the report
> > only prints a limited amount of items on the list (those which are visible in
> > the listbox).
> >
> > Is there a way to have the report print all the values of the form's listbox?
|
|
0
|
|
|
|
Reply
|
Utf
|
12/31/2007 8:12:00 PM
|
|
|
2 Replies
507 Views
(page loaded in 0.889 seconds)
Similiar Articles: Print values of a listbox - microsoft.public.accessIs there a way to make a report that prints the values of a form's listbox. I tried making a report in design view to accomplish this. I inserted a ... Creating Listbox From Array, and using it - microsoft.public ...Print values of a listbox - microsoft.public.access Creating Listbox From Array, and using it - microsoft.public ... Add value to a list box - microsoft.public.access ... Add value to a list box - microsoft.public.accessPrint values of a listbox - microsoft.public.access Print values of a listbox - microsoft.public.access I inserted a > listbox in the report and made it bound to the form ... choose items in listbox, pass to query - microsoft.public.access ...Print values of a listbox - microsoft.public.access choose items in listbox, pass to query - microsoft.public.access ... Print values of a listbox - microsoft.public ... Link Textbox to Listbox - microsoft.public.access.formscoding ...Is it possible to select a value in a listbox and have a value from a different table displayed in a listbox. Ex: Listbox contains part numbers ... Values in List Box - microsoft.public.access.formscoding ...Print values of a listbox - microsoft.public.access Is there a way to make a report that prints the values of a form's listbox. I tried making a report in design view to ... Next Record in ListBox - microsoft.public.access.modulesdaovba ...> > Martin Try the following code in your listbox's AfterUpdate event: Dim ... Print values of a listbox - microsoft.public.access Next Record in ListBox - microsoft.public ... Copy from ListBox to TextBox - microsoft.public.vb.general ...copy values from ListBox to a TextBox hi, i'm trying to copy the values from one listbox to the textbox, how can i do this? the listbox just show one value. i have to use ... Add a ListBox to the QuickAccessToolBar - microsoft.public.word ...Add value to a list box - microsoft.public.access Add a ListBox to the QuickAccessToolBar - microsoft.public.word ... Print values of a listbox - microsoft.public.access I ... ListBox Rowsource - microsoft.public.access.formscoding ...Passing values of listbox to other form's combobox - microsoft ... So, i want when the user fills in the listbox (through comboboxes and textboxes), the values of the ... Print values of a listbox - microsoft.public.access | Microsoft ...Is there a way to make a report that prints the values of a form's listbox. I tried making a report in design view to accomplish this. I inserted a ... Microsoft Access: Print values of a listbox - database.itags.orgdatabase.itags.org: Microsoft Access question: Print values of a listbox, created at:Fri, 30 May 2008 20:36:00 GMT with 434 bytes, last updated: Friday, July 13, 2012 ... how to print arraylist values in listbox in jsf,how to print ...Results 1 - 10 of about 19872 for how to print arraylist values in listbox in jsf. vb how to print the values of the items on a listbox to a textfiles.how to print the values of the items on a listbox to a textfiles. im trying to generate a report based on a query against a database. ive tried using linq ... How to Print to a Listbox in Visual Basic | eHow.comThe Visual Basic "ListBox" control contains a list of values from which a user can choose. The ListBox is different from a "ComboBox," because it allows a user to ... 7/23/2012 5:12:31 PM
|
|
|
|
|
|
|
|
|