Advertisement

02.29.2008 at 09:25PM PST, ID: 23205763
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.9

Order Entry - should i have temporary tables whie editing orders?

Asked by matt_monaco in Access Architecture/Design, Access Forms, Access Coding/Macros

Tags: , , ,

After years of having all my questions answered here, now I can't find it and need help.

We are running a DOS based software for our Order Entry/AR/Inventory.  The software is still being sold, and isn't half bad, but doesn't meet our needs.  Over the years we have developed an Access database to supplement this program, and use it for printing, customer & order lookup and editing, and even created a full Order Fulfillment system that directly writes to existing records in the database and uses wireless barcode scanners for data entry.  It's fantastic.

NOW I want to write Order Entry into this Access database - the beginning stages of eliminating the DOS program and converting to SQL.

The problem is that I don't know if I should edit the data directly in the Header and Line Item file, or if is should copy the data for the sales order into temporary tables and then edit it.  

The software we currently use will copy the data out of the main header and lineitem tables and put it in temp tables so you can edit it.  When you are done, you complete the order and it copies the data back, including any new lineitem records.  I like this feature, because if you want to abort the changes you can, if something gets corrupted while editing (or you crash,) you have a choice to keep the data or not, and it allows for flexibility if you want to do some testing on the order.

BUT I have not been able to find out the best way to do this.  I don't think I can use append and update queries, because what if I add a lineitem and then run an update query?  Will it add that record?  I thought about using VB to open up the main sales order table and rewrite the data line-by-line and add a record if it doesn't exist.  Is this the way to go? Should I just maintain the data directly from the tables using queries?  Books don't seem to touch on this (or my library isn't big enough.)

What is the best way of creating and maintaining orders in an access database, and what high level processes do you use to manipulate the data?

Thanks in advance - and thanks for all the other answered questions that have helped me through the years!

Matt

Start Free Trial
[+][-]03.01.2008 at 04:30AM PST, ID: 21021281

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Access Architecture/Design, Access Forms, Access Coding/Macros
Tags: Microsoft, Access, 2003, Connecting to Foxpro Database
Sign Up Now!
Solution Provided By: LSMConsulting
Participating Experts: 1
Solution Grade: A
 
 
[+][-]03.01.2008 at 08:55PM PST, ID: 21025014

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.02.2008 at 03:39AM PST, ID: 21025649

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.02.2008 at 08:22AM PST, ID: 21026508

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20081112-EE-VQP-44 / EE_QW_2_20070628