Using Check Box To Override Value From A Database 追蹤
I have a form that we use to print labels that pulls data from an Excel file. One of the fields it uses is "material ID." I'm trying to find a way to have a checkbox that will set that material ID to a certain letter when checked, but use the appropriate entry from the Excel file when not checked. Basically I want the "unchecked Value" to be the linked data source value.
1 意見
It sounds like you will need to use a bit of VB script to achieve what you want. Is the letter that replaces the ID always the same or is that entered at print time by the operator?
請登入寫評論。