Creating work queue list

P

Pamela

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
 
S

Steve

Simply create a query that returns a list of all your open files. Then
create a continuous form based on the query. The form will display the list
of your open files. Open properties and turn off Allow Addidions and Allow
Deletions. Finally place code in the click event of one or more of your
fields in this form that opne the appropriate form for editing your open
file.

Steve
(e-mail address removed)
 
D

Duane Hookom

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.
 

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