A
aw
I have 1 qry & 1 form.
Query named : QRY_bl_SalesInvoice
BL no. Sales Invoice
BL001 IV509999
BL002 (blank)
BL003 IV507777
Under the FORM, drop-down box named “dropdownBL†is used by user to select
BL no. under the qry on (a).
Questions :
How I set the following controls,
Case 1 : If BL no. under the drop-down box “dropdownBL†after select =
BL002 (with Sales Invoice=blank under the QRY) , then free to input on the
field named “Sales Invoice"
Case 2 : If BL no. under the drop-down box “dropdownBL†after select =
BL001 (with Sales Invoice<>blank) , then the field named “Sales Invoice" will
lookup related qry’s IV value, i.e. “IV509999†as its value
Also how we PREVENT user to amend the content that call from QRY in case 2?
Query named : QRY_bl_SalesInvoice
BL no. Sales Invoice
BL001 IV509999
BL002 (blank)
BL003 IV507777
Under the FORM, drop-down box named “dropdownBL†is used by user to select
BL no. under the qry on (a).
Questions :
How I set the following controls,
Case 1 : If BL no. under the drop-down box “dropdownBL†after select =
BL002 (with Sales Invoice=blank under the QRY) , then free to input on the
field named “Sales Invoice"
Case 2 : If BL no. under the drop-down box “dropdownBL†after select =
BL001 (with Sales Invoice<>blank) , then the field named “Sales Invoice" will
lookup related qry’s IV value, i.e. “IV509999†as its value
Also how we PREVENT user to amend the content that call from QRY in case 2?