E
eb1mom
I found a function that will convert seconds to text. I
copied the code into a forms module. It works very well
but, when I put the code into a standard mudule. I can't
"call" it. The function is named "secondstotext(seconds)"
and on the form I have an unbound text box named seconds
which is date diff in seconds between starttime and
stoptime fields on form. In another unbound text box I
tried to put =secondstotext(seconds). It was automatically
corrected to =secondstotext([seconds]). What am I missing
is this some sort of restriced access word problem? any
help would be apppreciated. thanks
copied the code into a forms module. It works very well
but, when I put the code into a standard mudule. I can't
"call" it. The function is named "secondstotext(seconds)"
and on the form I have an unbound text box named seconds
which is date diff in seconds between starttime and
stoptime fields on form. In another unbound text box I
tried to put =secondstotext(seconds). It was automatically
corrected to =secondstotext([seconds]). What am I missing
is this some sort of restriced access word problem? any
help would be apppreciated. thanks