In Access 2000, I have a table with the following fields:
ProductId - byte
ShippingId - byte
Price - single
I have 2 ShippingId's. This will not increase!
I need to output this, either in a table but preferably in a query, with the following fields
ProductId - byte
PriceShippingId=1 - single
PriceShippingId=2 - single
I can do this via VBA but would rather do it via a query, and use the field ShippingId as criteria
How can I do this?
ProductId - byte
ShippingId - byte
Price - single
I have 2 ShippingId's. This will not increase!
I need to output this, either in a table but preferably in a query, with the following fields
ProductId - byte
PriceShippingId=1 - single
PriceShippingId=2 - single
I can do this via VBA but would rather do it via a query, and use the field ShippingId as criteria
How can I do this?