G
Guest
I need to select data from a table that could come from one of two fields
depending on the values. In Access query, I used the following and it worked:
BN: IIf([BranchRandom] Is Not Null,[BranchRandom],[Branch])
Can anybody tell me how to do it in SQL for a form in a ADP Project??
Then I only pull records that match the Branch# entered in my form by using:
[Forms]![frmCreateRandomsPrintCOCForms]![txtBranchNumber] as criteria in the
Access query. Is this possible to do in the SQL for the form in the ADP
Project?
Thanks!
Susan
depending on the values. In Access query, I used the following and it worked:
BN: IIf([BranchRandom] Is Not Null,[BranchRandom],[Branch])
Can anybody tell me how to do it in SQL for a form in a ADP Project??
Then I only pull records that match the Branch# entered in my form by using:
[Forms]![frmCreateRandomsPrintCOCForms]![txtBranchNumber] as criteria in the
Access query. Is this possible to do in the SQL for the form in the ADP
Project?
Thanks!
Susan