Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / New Users / September 2005

Tip: Looking for answers? Try searching our database.

Help with database design?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Randy - 26 Sep 2005 19:29 GMT
I am trying to convert an Approach database to Microsoft Access.  This
is called a Front Desk Program for clerical staff.  They record what
clients leaves at the front desk for caseworkers.

The previous designer of the program had the clients basic information
flat db.  Since the client could leave up to 35 pieces of information
the designer put 35 fields that were yes/no check boxes.  Staff could
then click on multiple fields that applied to what they left at the
front desk.  Setting up a drop down list will not work due to the fact
on a certain date they could leave multiple items.

Is there another way this information could be recorded and still get
reports by individual items as to what is left at the front desk?
PC Datasheet - 26 Sep 2005 19:55 GMT
Look at a multiselect listbox.

Signature

                                       PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
                             resource@pcdatasheet.com
                                www.pcdatasheet.com

>I am trying to convert an Approach database to Microsoft Access.  This
> is called a Front Desk Program for clerical staff.  They record what
[quoted text clipped - 9 lines]
> Is there another way this information could be recorded and still get
> reports by individual items as to what is left at the front desk?
Randy - 26 Sep 2005 19:58 GMT
What is a multiselect listbox.  Where can I find more information?
PC Datasheet - 26 Sep 2005 22:26 GMT
Look up the multiselect property in the Help file to see how it works.
Create a listbox then open properties to the Other tab. The multiselect
property is the third one down.

Signature

                                       PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
                             resource@pcdatasheet.com
                                www.pcdatasheet.com

> What is a multiselect listbox.  Where can I find more information?
Ed Warren - 26 Sep 2005 19:58 GMT
"Clients can leave things at the front desk"
"on any given day a client may leave multiple things at the front desk"
"There are only 35 things a client can leave but that number may change in
the future)
"Clients may leave several of a specific type at the front desk on any given
day"

You will need the following tables:

1. Clients
       ClientID    with stuff about the client (clientID, name, address,
.... etc)
2. StuffToLeave
       StuffID, StuffDescription
3. ClientDate (some clients will leave stuff on a date others will not)
       ClientDateID    ClientID    DateLeft
3. ItemLeft
   ItemLeftID, Date, ClientDateID, StuffID, numberleft

Clients  1 -->M ClientDate 1-->M  ItemLeft  M <--1 StuffToLeave

Forms:
1. Clients
   (all the clients fields, used to manage the client list)
2.StuffToLeave
   (all the StuffToLeave fields, used to manage the stuff list)
3. ClientDate
   ClientDateID (autonumber, hidden) DropDownList for Clients, DateLeft
(default to today's date or now())

4. ItemLeft (used as a subform in the ClientDate form above)
   ClientDateID(hidden textbox), ItemLeft (comboBox, data source
StuffToLeave), number left (default 1)

Reports (as required)

using queries you can get who left what when and group them by client, date,
item  in any order then set the sort order to have them sorted by client,
date, item.
So you can produce reports like
   DATE
           Items Left
                   Clients
or
  Clients
       Date
           Items Left , number

Ed Warren

>I am trying to convert an Approach database to Microsoft Access.  This
> is called a Front Desk Program for clerical staff.  They record what
[quoted text clipped - 9 lines]
> Is there another way this information could be recorded and still get
> reports by individual items as to what is left at the front desk?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.