RE: Creating work queue list
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Create a listbox of open files (whatever that means) on a form. You can then
add command buttons to open other forms or whatever based on the value of the
listbox.
--
Duane Hookom
Microsoft Access MVP
"Pamela" wrote:
What is the best method to create a main page that lists all of our open
files? This should work as a menu in that the info for each file cannot be
changed here - it would need to be selected and then opened in a form for
editing. My instinct is that a report would work best but I don't see that I
can format a report to be just a visual report/list on which I can create
command buttons and such for navigating.
Thanks for any help.
Pamela
.
Relevant Pages
- RE: Using List Box to control Records in a Report
... The following is the command button for adding the current record to the ... I then use the stWhere in the Print report command buttons onclick event. ... Dim stPrintList As String ... IsSelected field in the table that is the source for your listbox. ... (microsoft.public.access.formscoding) - Re: Full screen forms
... You would load your listbox with the table MSysObject, ... add another report? ... But I didn;t get what exactly you mean by storing command buttons. ... command button for a report or a query. ... (comp.databases.ms-access) - Multi-Select Listbox, ClearAll, and AfterUpdate
... On a form used for launching a report, ... The AfterUpdate property for the listbox has ... I placed a couple of command buttons to ... (microsoft.public.access.formscoding) - Re: Pass to Query
... I have a list boxthat displays all my weekly report with this codes..... ... i have a command button REPORT.. ... ' This routine depends on the ListBox property "Multi Select" being ... (microsoft.public.access.queries) - Re: Problem creating form that selects tables and fields
... "Jeff Boyce" wrote: ... command buttons, and an underlying table that holds the "picked" items. ... I'll typically allow only a single selection (i.e., ... through the listbox, finding the ItemSelected (and you could use ... (microsoft.public.access.formscoding) |
|