I have a form with a text box where the textbox value should be populated with the maximum flowrate from a table. I wrote the following code:
txtTest.ControlSource = "SELECT DISTINCT MAX(FlowData_BoweryBay.[Flowrate]) FROM FlowData_BoweryBay;"
When I open the form, the textbox contains #Name...
Thanks for sending that link along. I'm not sure I'll be able to make it work in my situation, though. I need to write the code in vb script (the code is within a GIS mobile mapping application in which vb script is used for customization). Right now I am experimenting a bit with the code...
Jim
Once upon a time I could write a line of code to show Microsoft's common dialog box like this:
Set objOpenDialog = CreateObject("UserAccounts.CommonDialog")
I understand that this has been depreciated because of security concerns. I have a project where a field computer is using Windows 7...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.