A
~ angel ~ via AccessMonster.com
and another example:
DC200
1 - DC200 - RB - 200R-RB
1 - DC200 - FA - 200R-RB
1 - DC200 - AC - 200R-RB
1 - DC200 - RB - 2020T-RB
1 - DC200 - FA - 2020T-RB
1 - DC200 - AC - 2020T-RB
So, if an invoice has options RB, FA, and AC (all 3)
then the a result for the programming codes for this invoice for guitar
DC200 needs to display:
200R-RB and 2020T-RB
NOTE that if an invoice for DC200 has just RB, the 200R-RB and 2020T-RB
are NOT the programming codes from this list.
Currently a programming code for just an RB option for DC200 has not been
defined.
I just wanted to point this scenario out.
notice that 200R-RB repeats for the 3 Options as well as the 2020T-RB for the
same 3 options.
this is saying the if the DC200 had these 3 Options it needs to ONLY display:
200R-RB and 2020T-RB
They query would display each one 3 times, one per each Option.
So I thought I can do a Group query but that doesn't always work either once
you get into the Guitars with several options where the Code repeat several
times for the various Options and Option Combos.
I don't know if i need to change my data collection or help with a complex
query so the result achieved.
But from what I've gathered thus far, the data collection seems to be fine.
DC200
1 - DC200 - RB - 200R-RB
1 - DC200 - FA - 200R-RB
1 - DC200 - AC - 200R-RB
1 - DC200 - RB - 2020T-RB
1 - DC200 - FA - 2020T-RB
1 - DC200 - AC - 2020T-RB
So, if an invoice has options RB, FA, and AC (all 3)
then the a result for the programming codes for this invoice for guitar
DC200 needs to display:
200R-RB and 2020T-RB
NOTE that if an invoice for DC200 has just RB, the 200R-RB and 2020T-RB
are NOT the programming codes from this list.
Currently a programming code for just an RB option for DC200 has not been
defined.
I just wanted to point this scenario out.
notice that 200R-RB repeats for the 3 Options as well as the 2020T-RB for the
same 3 options.
this is saying the if the DC200 had these 3 Options it needs to ONLY display:
200R-RB and 2020T-RB
They query would display each one 3 times, one per each Option.
So I thought I can do a Group query but that doesn't always work either once
you get into the Guitars with several options where the Code repeat several
times for the various Options and Option Combos.
I don't know if i need to change my data collection or help with a complex
query so the result achieved.
But from what I've gathered thus far, the data collection seems to be fine.
~ angel ~ said:185RR is RIGHT REAR (same for all 3)
186RHT RIGHT HOLLOW TOP (same for all 3)
187RT is RIGHT TOP (top for standard)
187RT38 is RIGHT TOP FOR 38 Option (top for 38 option)
188RT-B is RIGHT TOP FOR BB Option (top for BB option)
"We have 3 guitar models that use,or have 2 options combined.
From example Model DC135
I entered DC135 standard 2 codes then
RB option 2 codes then
26 option 2 codes then
29 option 2 codes these are all good !
Now I need codes to print for 2 options combined, for DC135
RB & 26 options together there is 2 codes for that,and
RB & 29 options together there are 2 codes for that"
and other Guitars and combinations
I've changed since and have come up with this
ComboID Guitar Option
Code
1 - C66M -
- B52-2V
1 - C66M -
- B521-2R
1 - C66M -
- B521-2TV
2 - C66M - CAP
- B52-2V
2 - C66M - CAP
- B521-2R
2 - C66M - CAP
- B531-2TV
3 - C66M - HSS
- B52-2V
3 - C66M - HSS
- B521-2R
3 - C66M - HSS
- B541-2TV
here the B52-2V and B521-2R repeats for each of the others.
AE185
1 - AE185 - - 185RR
1 - AE185 - - 186RHT
1 - AE185 - - 187RT
2 - AE185 - - 185RR
2 - AE185 - - 186RHT
2 - AE185 - - 187RT38
2 - AE185 - - 185RR
2 - AE185 - - 186RHT
2 - AE185 - - 188RT38B
NO OPTIONS 3 CODES = 185RR 186RHT 187RT
38 OPTION NEEDS 3 CODES = 185RR 186RHT 187RT38
BB OPTION NEEDS 3 CODES = 185RR 186RHT 188RT-B
38 & BB OPTIONS 3 CODES = 185RR 186RHT 188RT38B
Notice here that the 185RR and 186RHT repeats in each combination and the
last code (only in this item number example) is different.
I thought the Combo field will help to keep the Code for the Fadal Option
together.
But when you look at Combo 4, the same code repeats.
I can’t have the result repeat the Code, it needs to show it only once for
the Combo.
So if an invoice 111 for item AE185 and the options for this invoice happens
to have BOTH 38 & BB, it needs to ONLY show 38 & BB OPTIONS 3 CODES = 185RR
186RHT 188RT38B
If an invoice 222 for item AE185 just had BB, it needs to show BB OPTION
NEEDS 3 CODES = 185RR 186RHT 188RT-B
So invoice 111 can’t show 188RT-B even though it has an Option of BB BECAUSE
it also has Option 38
you know??
[quoted text clipped - 24 lines]On Oct 4, 6:51 pm, "~ angel ~ via AccessMonster.com" <u33627@uwe>
wrote: