M
Mike Revis
Hi Group,
Access 2007, WinXP
I have looked at the inventory template and the Northwind sample but I can't
find what I'm looking for.
I am attempting to make a form for a pick list that is/has a continuous
form that lists all parts available and allows the user to enter a quantity
for each part.
tblOrder
OrderID Autonumber PK
PartID Number FK
OrderNumber text
CustomerName text
Quantity number
etc
tblParts
PartID Autonumber PK
PartCategory text
PartName text
ModelNumber text
Price currency
etc
There are about 7 categories with 400++ parts.
Ideally there would be the order data in the form/page ?? header and then a
continuous subform?? that lists all parts in tblParts with a control to
enter the quantity.
The user could just scroll down the list of parts and enter the quantity
desired.
At this point I'm not even sure if my table designs are close to correct.
As always any thought, comments or suggestions are welcome.
Best regards,
Mike
Access 2007, WinXP
I have looked at the inventory template and the Northwind sample but I can't
find what I'm looking for.
I am attempting to make a form for a pick list that is/has a continuous
form that lists all parts available and allows the user to enter a quantity
for each part.
tblOrder
OrderID Autonumber PK
PartID Number FK
OrderNumber text
CustomerName text
Quantity number
etc
tblParts
PartID Autonumber PK
PartCategory text
PartName text
ModelNumber text
Price currency
etc
There are about 7 categories with 400++ parts.
Ideally there would be the order data in the form/page ?? header and then a
continuous subform?? that lists all parts in tblParts with a control to
enter the quantity.
The user could just scroll down the list of parts and enter the quantity
desired.
At this point I'm not even sure if my table designs are close to correct.
As always any thought, comments or suggestions are welcome.
Best regards,
Mike