473,385 Members | 1,676 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Temp Selection Table....

Hi,

Is this possible & How ?

We manufacture products. Each product has a list of items which can be
packed at our production facility. A Picking List.
Certain customers may require certain packing items to be omitted from
certain products.

My products table is linked to a ProductPacking Table 1 to Many.
At the moment, Each product has all the packing items listed.

When a customer places an order, I need to select a product and then
specify if all the items are to be packed or only certain items for
this particular job. Each order received by us may have 1 or more
orderlines (each orderline represents 1 product on the order). Each
orderline gets its own job number.

Although I have set up a master packing (pick) list for each product.
Occassionally there may be a time when one customer has ordered
product A with all the items, but another customer has ordered Product
A without a power supply for example. I need to be able to select
either all or partial items at the time of packing and record the
selection in another table for each specific Job Number.

What I need is a form to appear for that product with all the packing
items listed available for that product. Each Item could have a
checkbox. Once completed, I could close the form. The selection would
be kept in a PackingSelection table ?
Appreciate your thoughts
David.

This is required because our production facility can view all our
orders on-line via my asp pages. Each product ordered by any customer
needs to have its own pick list recorded in the database.
Nov 13 '05 #1
2 1487
I believe what you are talking about is something like a system configurator.
You start with a BOM (bill of materials) having some components flagged as
optional, then when the customer places an order, the default options are
added (by copying from the optional BOM items) as detail records connected to
the order line marked as included by default. The order taker can then
uncheck the Include box for any of those that will be omitted. Now, the order
has all the info you need to figure out what to pack and ship.

On 4 Oct 2004 08:09:03 -0700, da***@scene-double.co.uk (David) wrote:
Hi,

Is this possible & How ?

We manufacture products. Each product has a list of items which can be
packed at our production facility. A Picking List.
Certain customers may require certain packing items to be omitted from
certain products.

My products table is linked to a ProductPacking Table 1 to Many.
At the moment, Each product has all the packing items listed.

When a customer places an order, I need to select a product and then
specify if all the items are to be packed or only certain items for
this particular job. Each order received by us may have 1 or more
orderlines (each orderline represents 1 product on the order). Each
orderline gets its own job number.

Although I have set up a master packing (pick) list for each product.
Occassionally there may be a time when one customer has ordered
product A with all the items, but another customer has ordered Product
A without a power supply for example. I need to be able to select
either all or partial items at the time of packing and record the
selection in another table for each specific Job Number.

What I need is a form to appear for that product with all the packing
items listed available for that product. Each Item could have a
checkbox. Once completed, I could close the form. The selection would
be kept in a PackingSelection table ?
Appreciate your thoughts
David.

This is required because our production facility can view all our
orders on-line via my asp pages. Each product ordered by any customer
needs to have its own pick list recorded in the database.


Nov 13 '05 #2
Hi Steve,

Thanks for resopnding.

This is what I want to do.
How do I do it.
I'm pretty good at Access and have created a complete front-end order
processing & tracking system linked to a Back-End MySQL/asp application.

I am just a bit confused on this.

Lets say customer X ORDERS PRODUCT A.
I press a button on the order form and all the packing items are listed
and ticked by default. I can then keep all line items or de-select any.
once I hit a 'Load' button, the ticked lines are then loaded into a
packing table linked to the job number for that orderline.

How do I save these lines to the packing table ?

David

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Jim | last post by:
For some reason the compiler is telling me that I must declarethe variable @costcenter_tmp on lines 74 and 98...but if i put a select statement in ther (for testing) before the loop I get data back...
1
by: Lauren Quantrell | last post by:
I have read the newsgroups and see this is a common issue but I saw no resolution for it: I have an Access2K frotn end and SQL Server 2K backend. In access, I create a temp table using code in a...
1
by: Robert McEuen | last post by:
Using Access 97 on WinXP I have data in a DB2 table that I'm trying to get into an identical table in my backend db. Based on volume of data and frequency of download, I'm trying to avoid...
7
by: John Baker | last post by:
Hi: I would like to know how to create a temp DB to store the data in a table while I do something else with the table. Specifically, how do I create the temp remove the temp I want to be...
1
by: serge | last post by:
I am running SQL Server Best Practices on a SQL 2000 database and it is recommending me to change the temp tables inside SPs to table variables. I had read already in other places to use table...
16
by: pukivruki | last post by:
hi, I wish to create a temporary table who's name is dynamic based on the argument. ALTER PROCEDURE . @PID1 VARCHAR(50), @PID2 VARCHAR(50), @TICKET VARCHAR(20)
2
by: db2admin | last post by:
is it necessary to do runstats on global temp tables if you create indexes on them and then want to use global temp tables with indexes efficiently ?
2
by: Burbletrack | last post by:
Hi All, Hope someone can help me... Im trying to highlight the advantages of using table variables as apposed to temp tables within single scope. My manager seems to believe that table...
1
by: imani_technology_spam | last post by:
Right now, a client of mine has a T-SQL statement that does the following: 1) Create a temp table. 2) Populate temp table with data from one table using an INSERT statement. 3) Populate temp...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.