Creating work order in separate stages (1 Viewer)

Leo2019

New member
Local time
Today, 11:40
Joined
Jul 27, 2019
Messages
8
Hi All!

This is my first post in the forum, glad to be part of the community.

I'm new to ms access and trying to develop a solution to register manufacturing data such as raw materials, machines, processes, procurement, work orders …etc

The issue is that we manufacture custom products to our clients and in order to complete the data properly in the work order, we have divided the process into 3 stages as follows:

1- Selecting the product
2- Selecting the components of the selected product
3- Registering the specifications of each component

Now, I need to open 3 popup windows from the work order main screen, and each one contains the respective data related to the stages mentioned above, the user should be able to multi-select items from each popup window and proceed to the next popup to complete the process.

How could I make such popup windows to forward the selections from on popup to the following one and by the end of the 3rd one, all selections would be present in the main screen of the work order?

Appreciate your patience and support in advance :)

Cheers!
Leo
 

Attachments

  • Capture2.JPG
    Capture2.JPG
    37.3 KB · Views: 93

isladogs

MVP / VIP
Local time
Today, 09:40
Joined
Jan 14, 2017
Messages
18,258

theDBguy

I’m here to help
Staff member
Local time
Today, 01:40
Joined
Oct 29, 2018
Messages
21,528
Hi Leo. Welcome to the forum. Have you considered using subforms displayed on tab pages rather than popup forms?
 

Leo2019

New member
Local time
Today, 11:40
Joined
Jul 27, 2019
Messages
8
Hi theDBguy!
Actually, yes I did. However, the selection process and passing data from one subform to another blocked me.

So, I thought about the popup menus could be populated based on tables data then selection boxes would assist in the selection.

I'm all ears to any solution that could conduct the same results.
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 16:40
Joined
May 7, 2009
Messages
19,246
you can also show all in one form.
 

Attachments

  • ProdCompo.zip
    43 KB · Views: 92

Pat Hartman

Super Moderator
Staff member
Local time
Today, 04:40
Joined
Feb 19, 2002
Messages
43,445
It is the multi-select that confuses me. Selecting multiple components to be assigned to multiple products or multiple specs to be assigned to multiple components doesn't quite make sense.

arne provided a nice example of how I have implemented similar requirements.
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 16:40
Joined
May 7, 2009
Messages
19,246
if you can share a sample db with your product, compo specs and the form you have now then we can assist on building the new form for you.
 

Leo2019

New member
Local time
Today, 11:40
Joined
Jul 27, 2019
Messages
8
if you can share a sample db with your product, compo specs and the form you have now then we can assist on building the new form for you.

Dear Arnelgp;

Here you go a copy of the database.
 

Attachments

  • EWB.zip
    1 MB · Views: 86

Leo2019

New member
Local time
Today, 11:40
Joined
Jul 27, 2019
Messages
8
It is the multi-select that confuses me. Selecting multiple components to be assigned to multiple products or multiple specs to be assigned to multiple components doesn't quite make sense.

arne provided a nice example of how I have implemented similar requirements.

Hi Pat;

It is a multi-select components to one single product, then recording specs for every component.

I've attached a copy of the database.
 

Attachments

  • EWB.zip
    1 MB · Views: 87

Pat Hartman

Super Moderator
Staff member
Local time
Today, 04:40
Joined
Feb 19, 2002
Messages
43,445
I would not use the multi-select on the middle table. It just adds complex code where none is necessary. You aren't saving anything with the multi-select since you need to go back and revisit each selection one at a time anyway.
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 16:40
Joined
May 7, 2009
Messages
19,246
it's Arabic so nobody dares to touch your db.
one things is you must add autonumber to your tables.
it will help you in linking fields from parent to child records.
 

Users who are viewing this thread

Top Bottom