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...
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.