473,385 Members | 1,869 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.

Please Help: Production list DB

Hi there,

I wonder if anyone out there can help me.

I'm setting up a database at the moment for a manufacturing company.
In my database I have a table listing all the company products; I have
a related table listing the subcomponents of each product. (The
company makes both the sub components and finished products.) I have a
third table called production list.

In my database I want to be able to select a ‘product' form the
products table and add it to the production list table. I want all
related subcomponents of the selected product to be automatically
added to the production list. As ‘products are added to the production
list table, I select the employee to make the product. Finally I
intend using a query to create editable personal work schedules for
each employee.

I can achieve some of this using multiple queries and a union query to
create the work schedule- but this causes problems because the records
in the work schedules cannot be edited.

I'm not a very experienced Access programmer and I would be very
grateful if someone could advise me on how best to achieve what I'm
trying to do.

Thanks in advance,

Colm
Nov 12 '05 #1
1 1736
co*********@esbi.ie (Colm O'Hagan) wrote in message news:<89**************************@posting.google. com>...
Hi there,

I wonder if anyone out there can help me.

I'm setting up a database at the moment for a manufacturing company.
In my database I have a table listing all the company products; I have
a related table listing the subcomponents of each product. (The
company makes both the sub components and finished products.) I have a
third table called production list.

In my database I want to be able to select a ?product' form the
products table and add it to the production list table. I want all
related subcomponents of the selected product to be automatically
added to the production list. As ?products are added to the production
list table, I select the employee to make the product. Finally I
intend using a query to create editable personal work schedules for
each employee.

I can achieve some of this using multiple queries and a union query to
create the work schedule- but this causes problems because the records
in the work schedules cannot be edited.

I'm not a very experienced Access programmer and I would be very
grateful if someone could advise me on how best to achieve what I'm
trying to do.

Thanks in advance,

Colm

You might want to start by reading this article:
http://www.mvps.org/access/modules/mdl0027.htm

If all you're doing is finding all the children (parts) of a parent
(an assembly), then you could just search the "components" table for
the FK from parts and then insert all those values into your table.
simple append query...
Nov 12 '05 #2

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

Similar topics

0
by: Dave Stewart | last post by:
I have two projects I am attempting to publish to a production environment. When I run the project and\or pages they run fine on my development machine(the pc with vs.net that the app\pages were...
1
by: Dave Stewart | last post by:
I have two projects I am attempting to publish to a production environment. When I run the project and\or pages they run fine on my development machine(the pc with vs.net that the app\pages were...
28
by: stu_gots | last post by:
I have been losing sleep over this puzzle, and I'm convinced my train of thought is heading in the wrong direction. It is difficult to explain my circumstances, so I will present an identical...
1
by: Colm O'Hagan | last post by:
Hi there, I wonder if anyone out there can help me. I'm setting up a database at the moment for a manufacturing company. In my database I have a table listing all the company products; I have...
0
by: Dave Stewart | last post by:
I have two projects I am attempting to publish to a production environment. When I run the project and\or pages they run fine on my development machine(the pc with vs.net that the app\pages were...
13
by: sd00 | last post by:
Hi all, can someone give me some coding help with a problem that *should* be really simple, yet I'm struggling with. I need the difference between 2 times (Target / Actual) However, these times...
8
by: | last post by:
I'm looking for some design guidance on a collection of projects I'm working on. The project involves a bunch of websites constructed out of a collection of user controls. Different user...
2
by: Designing Solutions WD | last post by:
I have this query that I need to speed up. I don't know where to start. Any advise would be greatly apreciated SELECT centerID AS , StoreID AS , Region, City AS City, Owner AS , Brand AS...
9
by: sara | last post by:
Hi - I have code (below) that ran as recently as Monday. We decided to change the location for the output reports, and now the code errors (13 Type Mismatch) on the query. The query runs fine...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...

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.