B
Brook
Help:::
Here is what I have:
I have a tblorders that I use for all my orders and tracking. I use this
table when I request new orders to be shipped from my factory. I can have
hundreds of records shipped on the same day. When I create my shipment
request, all the orders will have the same shipment request date within the
tblorders.
Once the orders have been shipped I receive my shipping paperwork, and
enter the shipping information for each of the orders, but I am trying to
find a way around that.
I would like to create a form of some sort that would allow me to select
a specific shipment request date from a drop down box looking up on my
tblorders. The form would also contain information such as Invoice Number,
Ship Date, Shipping Method, Shipping Cost.
Once the user enters the information on the form, all the records
containing that shipment request date would be updated with the shipping
information the user has entered...
Is this possible? and if so can anyone help me with setting it up?
Thanks in advance...
Brook
Here is what I have:
I have a tblorders that I use for all my orders and tracking. I use this
table when I request new orders to be shipped from my factory. I can have
hundreds of records shipped on the same day. When I create my shipment
request, all the orders will have the same shipment request date within the
tblorders.
Once the orders have been shipped I receive my shipping paperwork, and
enter the shipping information for each of the orders, but I am trying to
find a way around that.
I would like to create a form of some sort that would allow me to select
a specific shipment request date from a drop down box looking up on my
tblorders. The form would also contain information such as Invoice Number,
Ship Date, Shipping Method, Shipping Cost.
Once the user enters the information on the form, all the records
containing that shipment request date would be updated with the shipping
information the user has entered...
Is this possible? and if so can anyone help me with setting it up?
Thanks in advance...
Brook