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 » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

form to track items and dates and completion



 
 
Thread Tools Display Modes
  #1  
Old March 11th, 2006, 11:43 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default form to track items and dates and completion

I am looking for a form that will let me change the customers name and check
off completion of items (tbd) for each one. I need to be remnded to do these
items by a certain date and to follow up. Is there such a form?
Any help is appreciated...
B
  #2  
Old March 12th, 2006, 05:02 AM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default form to track items and dates and completion

Actually you need a table, query, and a form.
A table stores the data. A query pulls the data from the table to display in
a form. A query can be selective in what records it pulls.
Why would you want to change the customer name? Maybe add a new record.
I do not know what your business is but you probably need at least three
tables.
A customer table with contact, billing, and other information.
Second, a product/service table with prices. Possibly additional tables to
track inventory.
Third, a sales table that contains customer, product/service, quanity,
deliver date, terms, follow-up date, completed, etc.
The query would pull all records with delivery date less than Date()
(current date) minus your follow-up requirement that was not flagged as
completed and if there is a follow-up date, the follow-up date less than
Date() minus your second follow-up requirement.

"brenda" wrote in message
...
I am looking for a form that will let me change the customers name and

check
off completion of items (tbd) for each one. I need to be remnded to do

these
items by a certain date and to follow up. Is there such a form?
Any help is appreciated...
B



  #3  
Old March 12th, 2006, 12:22 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default form to track items and dates and completion

Thank you for answering my questiuon. Do you design this type of form? and if
not would you please point me in the right direction. I am in real estate and
I need a form that will help me keep track of things such as termite
inspection, appraisal, etc. check offs and maybe a reminder to do these
things.

"KARL DEWEY" wrote:

Actually you need a table, query, and a form.
A table stores the data. A query pulls the data from the table to display in
a form. A query can be selective in what records it pulls.
Why would you want to change the customer name? Maybe add a new record.
I do not know what your business is but you probably need at least three
tables.
A customer table with contact, billing, and other information.
Second, a product/service table with prices. Possibly additional tables to
track inventory.
Third, a sales table that contains customer, product/service, quanity,
deliver date, terms, follow-up date, completed, etc.
The query would pull all records with delivery date less than Date()
(current date) minus your follow-up requirement that was not flagged as
completed and if there is a follow-up date, the follow-up date less than
Date() minus your second follow-up requirement.

"brenda" wrote in message
...
I am looking for a form that will let me change the customers name and

check
off completion of items (tbd) for each one. I need to be remnded to do

these
items by a certain date and to follow up. Is there such a form?
Any help is appreciated...
B




  #4  
Old March 12th, 2006, 12:52 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default form to track items and dates and completion

Your options a

1. Learn to build a database with tables, forms, and reports required to
support your buisiness (cheap, hard, built by a novice, but you learn a lot
about your business, and learn a new skill)
2. Pay someone to build a database, with tables forms and reports required
to support your buisness (It works exactly the way you want -- but is
expensive)
3. Buy packaged software targeted to your buisness (It does what is
necessary, but not exactly the way you want -- can be reasonable)

Should you want to follow path 1, the people on this list can provide help
to specific question to help your learning progress.

Best of luck on your project.

Ed Warren.


"brenda" wrote in message
...
Thank you for answering my questiuon. Do you design this type of form? and
if
not would you please point me in the right direction. I am in real estate
and
I need a form that will help me keep track of things such as termite
inspection, appraisal, etc. check offs and maybe a reminder to do these
things.

"KARL DEWEY" wrote:

Actually you need a table, query, and a form.
A table stores the data. A query pulls the data from the table to display
in
a form. A query can be selective in what records it pulls.
Why would you want to change the customer name? Maybe add a new record.
I do not know what your business is but you probably need at least three
tables.
A customer table with contact, billing, and other information.
Second, a product/service table with prices. Possibly additional tables
to
track inventory.
Third, a sales table that contains customer, product/service, quanity,
deliver date, terms, follow-up date, completed, etc.
The query would pull all records with delivery date less than Date()
(current date) minus your follow-up requirement that was not flagged as
completed and if there is a follow-up date, the follow-up date less than
Date() minus your second follow-up requirement.

"brenda" wrote in message
...
I am looking for a form that will let me change the customers name and

check
off completion of items (tbd) for each one. I need to be remnded to do

these
items by a certain date and to follow up. Is there such a form?
Any help is appreciated...
B






  #5  
Old March 12th, 2006, 02:51 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default form to track items and dates and completion

Thanks for your reply.
I appreciate your help. Still pondering the possibilities.
B

"Ed Warren" wrote:

Your options a

1. Learn to build a database with tables, forms, and reports required to
support your buisiness (cheap, hard, built by a novice, but you learn a lot
about your business, and learn a new skill)
2. Pay someone to build a database, with tables forms and reports required
to support your buisness (It works exactly the way you want -- but is
expensive)
3. Buy packaged software targeted to your buisness (It does what is
necessary, but not exactly the way you want -- can be reasonable)

Should you want to follow path 1, the people on this list can provide help
to specific question to help your learning progress.

Best of luck on your project.

Ed Warren.


"brenda" wrote in message
...
Thank you for answering my questiuon. Do you design this type of form? and
if
not would you please point me in the right direction. I am in real estate
and
I need a form that will help me keep track of things such as termite
inspection, appraisal, etc. check offs and maybe a reminder to do these
things.

"KARL DEWEY" wrote:

Actually you need a table, query, and a form.
A table stores the data. A query pulls the data from the table to display
in
a form. A query can be selective in what records it pulls.
Why would you want to change the customer name? Maybe add a new record.
I do not know what your business is but you probably need at least three
tables.
A customer table with contact, billing, and other information.
Second, a product/service table with prices. Possibly additional tables
to
track inventory.
Third, a sales table that contains customer, product/service, quanity,
deliver date, terms, follow-up date, completed, etc.
The query would pull all records with delivery date less than Date()
(current date) minus your follow-up requirement that was not flagged as
completed and if there is a follow-up date, the follow-up date less than
Date() minus your second follow-up requirement.

"brenda" wrote in message
...
I am looking for a form that will let me change the customers name and
check
off completion of items (tbd) for each one. I need to be remnded to do
these
items by a certain date and to follow up. Is there such a form?
Any help is appreciated...
B






 




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 01:16 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.