Re: how to call function
From: Lynn Trapp (ltrappNoSpam_at_ltcomputerdesigns.com)
Date: 03/01/05
- Next message: MissieD: "Opening a Form with a Subform in Add Mode"
- Previous message: Lynn Trapp: "Re: Auto Number"
- In reply to: eb1mom: "how to call function"
- Next in thread: eb1mom: "Re: how to call function"
- Reply: eb1mom: "Re: how to call function"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Mar 2005 13:42:47 -0600
It looks like Access is recognizing "seconds" as a field in the recordsource
of your form and, thus, adding the brackets. When you say you "can't 'call'"
the function, what do you mean? Do you get an error message?
-- Lynn Trapp MS Access MVP www.ltcomputerdesigns.com Access Security: www.ltcomputerdesigns.com/Security.htm "eb1mom" <anonymous@discussions.microsoft.com> wrote in message news:303e01c51e8e$fde7e6b0$a601280a@phx.gbl... >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
- Next message: MissieD: "Opening a Form with a Subform in Add Mode"
- Previous message: Lynn Trapp: "Re: Auto Number"
- In reply to: eb1mom: "how to call function"
- Next in thread: eb1mom: "Re: how to call function"
- Reply: eb1mom: "Re: how to call function"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|