Guest_imported
New member
- Jan 1, 1970
- 0
This works except for the proj_id wont give me the project id number
when it has no records. The output on my form is:
"Project has no records"
It should be:
"Project 23 has no records" or whatever the project number is should
appear where 23 is located.
It doesnt seem to acknowlege the [proj_id] part. Anyone with
experience can tell me what I am doing wrong with this??
[tt]
=IIf(Count([proj_id])=0,"Project " & [proj_id] & "
has no resources.","Record " &
[Forms]![ProjResOM].[TEST2].[Form].[CurrentRecord]
& " of " & Count(*))[/tt]
when it has no records. The output on my form is:
"Project has no records"
It should be:
"Project 23 has no records" or whatever the project number is should
appear where 23 is located.
It doesnt seem to acknowlege the [proj_id] part. Anyone with
experience can tell me what I am doing wrong with this??
[tt]
=IIf(Count([proj_id])=0,"Project " & [proj_id] & "
has no resources.","Record " &
[Forms]![ProjResOM].[TEST2].[Form].[CurrentRecord]
& " of " & Count(*))[/tt]