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  

Designing a "checklist" of items to select and record data about



 
 
Thread Tools Display Modes
  #1  
Old January 19th, 2006, 07:42 PM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Designing a "checklist" of items to select and record data about

Good day,
Have a question regarding a request made of me that goes a little
beyond my Access ability. I've made a fairly basic database for one of our
depts. to record information for each job they perform. The database "Job
Log" currently has just one table, "Job Information Sheet."
One function they'd like to have is: for each job, they have a list of
documents that are to be sent to the client. This is a fixed list, with a
specific amount of items (ie. invoice, certificate, etc.) However, each job
can have any combination of items to be sent. They would "simply" like to be
able to select those items to be sent for that specific job, and sometime
after selecting them, be able to enter the date on which the item was sent.
Not only would they like to use a form to enter this information, but also be
able to include upon the report for each job entry, the list of specific
items to be sent, along with their dates.
I realize a very crude way about this would be to simply enter the
list into the current table "Job Information Sheet" as individual fields
using checkboxes. Then, I could simply have individual "date" fields for the
whole list, and hope that the users would only enter data into those fields
that are selected. However, this seems very crude and cumbersome. I'm sure
one of you has a much more elegant way to go about this. Any ideas?
--
Tony Fotsch
  #2  
Old January 19th, 2006, 08:16 PM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Designing a "checklist" of items to select and record data about

On my website (www.rogersaccesslibrary.com), is a small Access database
sample called "MultiSelect.mdb" which shows how to write selected value in a
listbox to a table. Perhaps this would give you some ideas.

--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/...UBED1=ACCESS-L


"TheQuick" wrote in message
...
Good day,
Have a question regarding a request made of me that goes a little
beyond my Access ability. I've made a fairly basic database for one of

our
depts. to record information for each job they perform. The database "Job
Log" currently has just one table, "Job Information Sheet."
One function they'd like to have is: for each job, they have a list

of
documents that are to be sent to the client. This is a fixed list, with a
specific amount of items (ie. invoice, certificate, etc.) However, each

job
can have any combination of items to be sent. They would "simply" like to

be
able to select those items to be sent for that specific job, and sometime
after selecting them, be able to enter the date on which the item was

sent.
Not only would they like to use a form to enter this information, but also

be
able to include upon the report for each job entry, the list of specific
items to be sent, along with their dates.
I realize a very crude way about this would be to simply enter the
list into the current table "Job Information Sheet" as individual fields
using checkboxes. Then, I could simply have individual "date" fields for

the
whole list, and hope that the users would only enter data into those

fields
that are selected. However, this seems very crude and cumbersome. I'm

sure
one of you has a much more elegant way to go about this. Any ideas?
--
Tony Fotsch



  #3  
Old January 20th, 2006, 01:49 PM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Designing a "checklist" of items to select and record data abo

Roger,

I went to your website as I have the same question. I can't seem to find
this sample db. Help.

Thanks,
Michelle K

"Roger Carlson" wrote:

On my website (www.rogersaccesslibrary.com), is a small Access database
sample called "MultiSelect.mdb" which shows how to write selected value in a
listbox to a table. Perhaps this would give you some ideas.

--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/...UBED1=ACCESS-L


"TheQuick" wrote in message
...
Good day,
Have a question regarding a request made of me that goes a little
beyond my Access ability. I've made a fairly basic database for one of

our
depts. to record information for each job they perform. The database "Job
Log" currently has just one table, "Job Information Sheet."
One function they'd like to have is: for each job, they have a list

of
documents that are to be sent to the client. This is a fixed list, with a
specific amount of items (ie. invoice, certificate, etc.) However, each

job
can have any combination of items to be sent. They would "simply" like to

be
able to select those items to be sent for that specific job, and sometime
after selecting them, be able to enter the date on which the item was

sent.
Not only would they like to use a form to enter this information, but also

be
able to include upon the report for each job entry, the list of specific
items to be sent, along with their dates.
I realize a very crude way about this would be to simply enter the
list into the current table "Job Information Sheet" as individual fields
using checkboxes. Then, I could simply have individual "date" fields for

the
whole list, and hope that the users would only enter data into those

fields
that are selected. However, this seems very crude and cumbersome. I'm

sure
one of you has a much more elegant way to go about this. Any ideas?
--
Tony Fotsch




  #4  
Old January 20th, 2006, 02:00 PM posted to microsoft.public.access.tablesdbdesign
external usenet poster
 
Posts: n/a
Default Designing a "checklist" of items to select and record data abo

Here's the direct link:
http://www.rogersaccesslibrary.com/d...ultiSelect.mdb

--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/...UBED1=ACCESS-L


"Michelle K" wrote in message
...
Roger,

I went to your website as I have the same question. I can't seem to find
this sample db. Help.

Thanks,
Michelle K

"Roger Carlson" wrote:

On my website (www.rogersaccesslibrary.com), is a small Access database
sample called "MultiSelect.mdb" which shows how to write selected value

in a
listbox to a table. Perhaps this would give you some ideas.

--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/...UBED1=ACCESS-L


"TheQuick" wrote in message
...
Good day,
Have a question regarding a request made of me that goes a

little
beyond my Access ability. I've made a fairly basic database for one

of
our
depts. to record information for each job they perform. The database

"Job
Log" currently has just one table, "Job Information Sheet."
One function they'd like to have is: for each job, they have a

list
of
documents that are to be sent to the client. This is a fixed list,

with a
specific amount of items (ie. invoice, certificate, etc.) However,

each
job
can have any combination of items to be sent. They would "simply"

like to
be
able to select those items to be sent for that specific job, and

sometime
after selecting them, be able to enter the date on which the item was

sent.
Not only would they like to use a form to enter this information, but

also
be
able to include upon the report for each job entry, the list of

specific
items to be sent, along with their dates.
I realize a very crude way about this would be to simply enter

the
list into the current table "Job Information Sheet" as individual

fields
using checkboxes. Then, I could simply have individual "date" fields

for
the
whole list, and hope that the users would only enter data into those

fields
that are selected. However, this seems very crude and cumbersome.

I'm
sure
one of you has a much more elegant way to go about this. Any ideas?
--
Tony Fotsch






 




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

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I save an access document in word document? cmartin General Discussion 2 September 13th, 2005 11:26 PM
Need Help In Printing Current Record in Specific Report RNUSZ@OKDPS Setting Up & Running Reports 1 May 16th, 2005 09:06 PM
strategy for data entry in multiple tables LAF Using Forms 18 April 25th, 2005 04:04 AM
transpose john Using Forms 1 November 24th, 2004 06:16 PM
SQL view of messed up action queries Kendra Running & Setting Up Queries 2 August 31st, 2004 09:53 PM


All times are GMT +1. The time now is 07:12 AM.


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