Hi there, I hope sombody will be able to help me figure out a way to do the following:
I am extracting data from a Visual Fox pro database program and I have link the individual tables in Access 2007. For example I have table Receiving with the following fields:
Purchased Date, Style, Color, Scale, QTY0, QTY1, QT2, QTY3 (here the QTY represent a specific size according to the style, not all style will have QTY0-3)
I also have another table called 'Scale' with the following fields:
Scale, Size0, Size1, Size2, Size3 (here the actual sizes by product are shown, eg: S, M, L, XL, etc)
I want to build a query or a report that will show me each style grouped by the actual size (S, M, L, XL). Currently I get the query or report but it shows QTY0, QTY1,etc and not everyone understand that QTY0 could means 'S' or '32' or 'S' according to the scale.
Can anybody help figure out how to achieve this?
I am extracting data from a Visual Fox pro database program and I have link the individual tables in Access 2007. For example I have table Receiving with the following fields:
Purchased Date, Style, Color, Scale, QTY0, QTY1, QT2, QTY3 (here the QTY represent a specific size according to the style, not all style will have QTY0-3)
I also have another table called 'Scale' with the following fields:
Scale, Size0, Size1, Size2, Size3 (here the actual sizes by product are shown, eg: S, M, L, XL, etc)
I want to build a query or a report that will show me each style grouped by the actual size (S, M, L, XL). Currently I get the query or report but it shows QTY0, QTY1,etc and not everyone understand that QTY0 could means 'S' or '32' or 'S' according to the scale.
Can anybody help figure out how to achieve this?