E Elaine Sep 25, 2003 #1 How do I get an unbound textbox control to show the results of a computation in function. Thanks.
R RobFMS Sep 25, 2003 #2 In the ControlSource property of the form, call the function. An example: =Now() This will show the current date/time in the text box. HTH -- Rob -=-=-=-=-=-=-=-=-=-=-=-=-=-=- Need to launch your application in the appropriate version of Access? http://www.fmsinc.com/Products/startup/index.asp Need software tools for Access, VB, SQL or .NET? http://www.fmsinc.com -=-=-=-=-=-=-=-=-=-=-=-=-=-=-
In the ControlSource property of the form, call the function. An example: =Now() This will show the current date/time in the text box. HTH -- Rob -=-=-=-=-=-=-=-=-=-=-=-=-=-=- Need to launch your application in the appropriate version of Access? http://www.fmsinc.com/Products/startup/index.asp Need software tools for Access, VB, SQL or .NET? http://www.fmsinc.com -=-=-=-=-=-=-=-=-=-=-=-=-=-=-