Hi,
So I have a main Form, Sub Form set-up.
This is to do with product shipments.
Main Form displays the order info, and Sub Form displays the shipments against that order.
At present, each product on an order has a Serial Number.
Lets say that Order X, has Product ABC x 20
We might do 1 shipment or multiple over a period of time until the order is complete.
At present, we can enter either a single Serial Number, or a range within a single record on the Sub Form, i.e. Start Serial | End Serial. There are only these 2 fields.
i.e. 1 Serial shipped: 0218123456 | 0218123456
i.e. Range shipped: 0218123456 | 0218123458 (3 products shipped)
Sometimes, we have to ship multiple products from the same order, but the serials are all mixed, so we might have numerous singles and multiples to load.
Rather than entering a single or 1 range per record, I would prfer to enter ALL the serials insay a List Box or something, 1 single or range per line.
I would also need this data to be searchable by the database on other search forms within the application.
i.e. on my single shipment record I might have a list box where I can populate such as:
0218123456
0218123458
0218123462
0218123464-468
0218123470-492
I need to be able to find the complete shipment info by searching for any of these single numbers or numbers including and within a range.
So, what table field type would I need, what Form Type would I need, and How could I search against this field? how would it be stored?
Many thanks in advance.
So I have a main Form, Sub Form set-up.
This is to do with product shipments.
Main Form displays the order info, and Sub Form displays the shipments against that order.
At present, each product on an order has a Serial Number.
Lets say that Order X, has Product ABC x 20
We might do 1 shipment or multiple over a period of time until the order is complete.
At present, we can enter either a single Serial Number, or a range within a single record on the Sub Form, i.e. Start Serial | End Serial. There are only these 2 fields.
i.e. 1 Serial shipped: 0218123456 | 0218123456
i.e. Range shipped: 0218123456 | 0218123458 (3 products shipped)
Sometimes, we have to ship multiple products from the same order, but the serials are all mixed, so we might have numerous singles and multiples to load.
Rather than entering a single or 1 range per record, I would prfer to enter ALL the serials insay a List Box or something, 1 single or range per line.
I would also need this data to be searchable by the database on other search forms within the application.
i.e. on my single shipment record I might have a list box where I can populate such as:
0218123456
0218123458
0218123462
0218123464-468
0218123470-492
I need to be able to find the complete shipment info by searching for any of these single numbers or numbers including and within a range.
So, what table field type would I need, what Form Type would I need, and How could I search against this field? how would it be stored?
Many thanks in advance.