L
L_E_O_N
I am a newbie and cant get my head around this problem although probably
quite a simple solution.
I have a database in which I enter details on a form which then used in a
query to update a subform below it.
The field name is NZDAccountNumber
table name is tblANZ_Statement
query name is qryANZ_Unmatched
form name is frmANZ_UNMATCHED and form field is chooseANZAccount
(ComboBox generated from original tblANZ-Statement grouping by
account to be able to select different accounts from the table.)
At the moment I have in the Criteria of the query
Like
IIf([Forms]![frmANZ_UnMatched]![ChooseANZAccount]="01-0297-0053700-03","01-0297-0053700-03",IIf([Forms]![frmANZ_UnMatched]![ChooseANZAccount]="01-0297-0053700-04","01-0297-0053700-04",IIf([Forms]![frmANZ_UnMatched]![ChooseANZAccount]="01-0297-007448-03","01-0297-007448-03",IIf([Forms]![frmANZ_UnMatched]![ChooseANZAccount]="01-0297-0074448-04","01-0297-0074448-04",'*'))))
This works fine when I select an account number but if I dont have any
account number it doesnt display everything which I want it to do.
Any help would be greatly appreciated as loosing hair quick.
Leon
quite a simple solution.
I have a database in which I enter details on a form which then used in a
query to update a subform below it.
The field name is NZDAccountNumber
table name is tblANZ_Statement
query name is qryANZ_Unmatched
form name is frmANZ_UNMATCHED and form field is chooseANZAccount
(ComboBox generated from original tblANZ-Statement grouping by
account to be able to select different accounts from the table.)
At the moment I have in the Criteria of the query
Like
IIf([Forms]![frmANZ_UnMatched]![ChooseANZAccount]="01-0297-0053700-03","01-0297-0053700-03",IIf([Forms]![frmANZ_UnMatched]![ChooseANZAccount]="01-0297-0053700-04","01-0297-0053700-04",IIf([Forms]![frmANZ_UnMatched]![ChooseANZAccount]="01-0297-007448-03","01-0297-007448-03",IIf([Forms]![frmANZ_UnMatched]![ChooseANZAccount]="01-0297-0074448-04","01-0297-0074448-04",'*'))))
This works fine when I select an account number but if I dont have any
account number it doesnt display everything which I want it to do.
Any help would be greatly appreciated as loosing hair quick.
Leon