How do I change an Expression to VB Code? What I would like to do is change the following expression into something similar with VB...
Expression:
[blue]
=IIf([CurrentRecord]>(Count(*)),'New Record',('Record ' & [CurrentRecord] & ' of ' & Count(*)))
[/blue]
Actually, all I really care about is the first part of the expression where it tests to see if the current record is the last record. I don't care to display 'New Record' or 'Record X of X'
Any help would be greatly appreciated
Expression:
[blue]
=IIf([CurrentRecord]>(Count(*)),'New Record',('Record ' & [CurrentRecord] & ' of ' & Count(*)))
[/blue]
Actually, all I really care about is the first part of the expression where it tests to see if the current record is the last record. I don't care to display 'New Record' or 'Record X of X'
Any help would be greatly appreciated