J
Jeff C
I thought this would be a simple deal. I want to create an order tracking
tool documenting 6 stages of movement, request, approval, order, received,
issued, disposition. After trying to normalize six different tables of info
I settled on just one table with a field for the 5 or 6 pieces of info for
each stage in the order tracking.
Form one includes fields 1-5 form two includes fields 1-10 form three
includes fields 1-15, etc etc. It is intended that person A complete form 1,
person B complete form 2 which has the info from Form One displayed for
reference, person C complete Form Three with the info from from the first two
forms displayed for reference etc etc.
I can create new records on the first form, but when opening subsequent
forms I cannot see the exisiting records. All the forms are based on the
same table. I tried another approach by basing each form on a separate
query, all the queries based on the same table but each query only containing
the fields required for each stage in the process. This didn’t work either.
Hopefully I am just missing some simple concept that my brain let go of.
Thanks for your help in advance.
tool documenting 6 stages of movement, request, approval, order, received,
issued, disposition. After trying to normalize six different tables of info
I settled on just one table with a field for the 5 or 6 pieces of info for
each stage in the order tracking.
Form one includes fields 1-5 form two includes fields 1-10 form three
includes fields 1-15, etc etc. It is intended that person A complete form 1,
person B complete form 2 which has the info from Form One displayed for
reference, person C complete Form Three with the info from from the first two
forms displayed for reference etc etc.
I can create new records on the first form, but when opening subsequent
forms I cannot see the exisiting records. All the forms are based on the
same table. I tried another approach by basing each form on a separate
query, all the queries based on the same table but each query only containing
the fields required for each stage in the process. This didn’t work either.
Hopefully I am just missing some simple concept that my brain let go of.
Thanks for your help in advance.