A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Creating work queue list



 
 
Thread Tools Display Modes
  #1  
Old October 16th, 2009, 06:19 PM posted to microsoft.public.access.tablesdbdesign
Pamela
external usenet poster
 
Posts: 193
Default Creating work queue list

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
  #2  
Old October 16th, 2009, 07:31 PM posted to microsoft.public.access.tablesdbdesign
Steve[_77_]
external usenet poster
 
Posts: 1,017
Default Creating work queue list

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



"Pamela" wrote in message
...
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



  #3  
Old October 16th, 2009, 08:03 PM posted to microsoft.public.access.tablesdbdesign
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Creating work queue list

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

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:22 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.