a
bit in a hurry.
It all has to do with an entryfield on a report.
[Uren] is numeric
So now I wrote (like you suggested):
="Aantal uren dat dit vak gegeven wordt " & cstr([uren])
on the preview of the report I now get:
Aantal uren dat dit vak gegeven wordt Error 0
now what???
also... when [uren] is 0 I don't want the line to be printed... can you
please explain how?
Thanks
"Rob Oldfield" <
[email protected]> schreef in bericht
I don't understand what you mean by 'entryfield' or where you're 'writing'
this, and some detail about what the error says would be useful, but it's
worth trying...
="Aantal uren dat dit vak gegeven wordt " & cstr([uren])
....to convert the numeric field to a string.
If that doesn't work, can you provide more detail on what it is that
you're
doing?
In an entryfield I get an error when I write
="Aantal uren dat dit vak gegeven wordt " & [uren]
uren is a numeric field form a table
What am I doing wrong?
Thanks