Hello Everyone,
I have a tblProduct which has following columns
ProductCode
ProductDesc
CaseWeight
there are some caseweight does not have specific weights and I am using "1" in table , please see below. is there any way in the query I can add criteria when the caseweight =1 then ask user to input, otherwise use the caseweight in the table.
Thanks in advance
<caption> tblProduct </caption><thead>
[TH="bgcolor: #c0c0c0"] Code [/TH]
[TH="bgcolor: #c0c0c0"] Description [/TH]
[TH="bgcolor: #c0c0c0"] CaseWeight [/TH]
</thead><tbody>
</tbody><tfoot></tfoot>
I have a tblProduct which has following columns
ProductCode
ProductDesc
CaseWeight
there are some caseweight does not have specific weights and I am using "1" in table , please see below. is there any way in the query I can add criteria when the caseweight =1 then ask user to input, otherwise use the caseweight in the table.
Thanks in advance
104429 | ABC | 40 |
104594 | EFG | 1 |
<caption> tblProduct </caption><thead>
[TH="bgcolor: #c0c0c0"] Code [/TH]
[TH="bgcolor: #c0c0c0"] Description [/TH]
[TH="bgcolor: #c0c0c0"] CaseWeight [/TH]
</thead><tbody>
</tbody><tfoot></tfoot>