Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: laijim
  • Content: Threads
  • Order by date
  1. laijim

    Using SQL for TextBox ControlSource

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

    Common Dialog in Windows 7

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

Part and Inventory Search

Back
Top