L
LDA via AccessMonster.com
Hello
I have a report with the field samplenumber which has been barcoded to allow
for easy data transfer.
Having the samplenubers in column form isn't practical, due to the mistake of
recording wrong barcode.
I would like to align the text sample number to the left side of the report
if odd and to the right side of the report if even.
I have attempted to have a control and use the following:
IIf(['*' & [SampleNumber] & '*", Mod 2=0, Then <--After this point i am lost
I have also tried in the formating event under the group to have:
IIf(['*'&[samplenumber]&'*'], mod2 = 0, True) then
align = Left
Else
IIf(['*'&[samplenumber]&'*'], mod2 = 0, True) = align = Right
End If
end sub,
But that too isn't working..
any suggestions are grateful
LDA
I have a report with the field samplenumber which has been barcoded to allow
for easy data transfer.
Having the samplenubers in column form isn't practical, due to the mistake of
recording wrong barcode.
I would like to align the text sample number to the left side of the report
if odd and to the right side of the report if even.
I have attempted to have a control and use the following:
IIf(['*' & [SampleNumber] & '*", Mod 2=0, Then <--After this point i am lost
I have also tried in the formating event under the group to have:
IIf(['*'&[samplenumber]&'*'], mod2 = 0, True) then
align = Left
Else
IIf(['*'&[samplenumber]&'*'], mod2 = 0, True) = align = Right
End If
end sub,
But that too isn't working..
any suggestions are grateful
LDA