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  

Can Access Do This?



 
 
Thread Tools Display Modes
  #1  
Old July 28th, 2004, 02:33 PM
ELizabeth 0878
external usenet poster
 
Posts: n/a
Default Can Access Do This?

I am in new home construction. I am trying to set a "Warranty Work Order" system. I want to be able to enter a customer name or address and see any previous work orders for them and create a new work order (invoice) that will be sent to the repair company needed. I would like the invoice to be auto-numbered for the repair companies to see.
I have a "customer info" table. Do I also need a table with the repair companies? With the tables, can I link to a blank invoice to fill out request for work that needs to be completed?
Thanks

  #2  
Old July 28th, 2004, 02:47 PM
Roger Carlson
external usenet poster
 
Posts: n/a
Default Can Access Do This?

Yes, Access can do all this, but I suggest you spend some time learning a
little bit about design theory. Nobody wants to do this, but the better
your initial design, the easier your life will be for years to come.

First, get the book "Database Design for Mere Mortals" by Michael Hernandez.
It is one of the best books on the market.

Next, go to my website: www.rogersaccesslibrary.com and go to the Tutorials
section. Here you will find several tutorials that walk you through the
Hernandez process.

Lastly, if you have *specific* questions, bring them back to this newsgroup
or other on-line forum. There is a wealth of help available out there, but
most people won't help unless it looks as if you are putting forth the
effort yourself.

--
--Roger Carlson
www.rogersaccesslibrary.com
Reply to: Roger dot Carlson at Spectrum-Health dot Org

"ELizabeth 0878" ELizabeth wrote in message
...
I am in new home construction. I am trying to set a "Warranty Work Order"

system. I want to be able to enter a customer name or address and see any
previous work orders for them and create a new work order (invoice) that
will be sent to the repair company needed. I would like the invoice to be
auto-numbered for the repair companies to see.
I have a "customer info" table. Do I also need a table with the repair

companies? With the tables, can I link to a blank invoice to fill out
request for work that needs to be completed?
Thanks



  #3  
Old July 29th, 2004, 08:28 AM
Larry Daugherty
external usenet poster
 
Posts: n/a
Default Can Access Do This?

Hi Elizabeth,

You should have a table for your "repair companies' vendors.

You can have an automatically incrementing number for your work orders but
it must be one that you create and maintain yourself; do not use the
Autonumber field type for that purpose. To do so invariably leads to
problems later. The Autonumber field type is available to generate unique
ID numbers for use as primary keys in your tables. It should never be used
as data in your application nor ever be visible to users of your
application.

I don't know how to address your question about "linking to a blank
invoice". If the person generating the work order already has the
information and brings it to the computer for completion of the Work Order
then you'd generate a form for them to complete and then, usually you'd
create a Report with all of the information on it. If the business needs
are such that you first need to complete the Work Order header and then have
someone go on site to complete the line items then you'd probably print out
a Report with the header information completed and lots of lines on the
pages for writing the items. In that paradigm you'd then need to make
another pass at the computer in order to enter the manual data before
generating the final form of the Work Order to send to your vendor.

HTH

--
-Larry-
--

"ELizabeth 0878" ELizabeth wrote in message
...
I am in new home construction. I am trying to set a "Warranty Work Order"

system. I want to be able to enter a customer name or address and see any
previous work orders for them and create a new work order (invoice) that
will be sent to the repair company needed. I would like the invoice to be
auto-numbered for the repair companies to see.
I have a "customer info" table. Do I also need a table with the repair

companies? With the tables, can I link to a blank invoice to fill out
request for work that needs to be completed?
Thanks



 




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
Access 2000 DB in Access 2002 Tony_VBACoder General Discussion 2 July 28th, 2004 01:23 AM
Useless Access 2003 tired, angry, sucidial and bored General Discussion 10 July 21st, 2004 11:52 PM
You do not have exclusive access... ERROR Robin General Discussion 1 July 6th, 2004 01:18 AM
Recommendations needed for installation order of Access XP, Access XP runtime, ... Mark Plantenberg Setup, Installing & Configuration 0 June 11th, 2004 11:22 PM
Does not switch from VBE to Access Main Window Tony_VBACoder General Discussion 1 June 4th, 2004 04:20 PM


All times are GMT +1. The time now is 12:36 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.