I am trying to put an equation in the report section where:
In one column [GCFLAG] there are G's and C's.
In another column [ORDER] there are various items.
I need to count the # of G's in [GCFLAG] and then compare the [ORDER] where ORDER is not equal to ' ' or spaces.
In DB3 code the not equal to sign was programmed as the #.
So far here is what I have tried, but it dosen't see to work:
=DCount("[GCFLAG]", "NASTAT", "='G' And [ORDER] Not =" "
I usually get errors.
Any help you can give would be appreciated.
Thanks,
Jim Nelson
In one column [GCFLAG] there are G's and C's.
In another column [ORDER] there are various items.
I need to count the # of G's in [GCFLAG] and then compare the [ORDER] where ORDER is not equal to ' ' or spaces.
In DB3 code the not equal to sign was programmed as the #.
So far here is what I have tried, but it dosen't see to work:
=DCount("[GCFLAG]", "NASTAT", "='G' And [ORDER] Not =" "
I usually get errors.
Any help you can give would be appreciated.
Thanks,
Jim Nelson