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 TouchToneTommy 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: nunzio4
  • Content: Threads
  • Order by date
  1. nunzio4

    Best practice for multiple backend DBs; Linked tables?

    Summary: When is it appropriate to create two related backend databases with linked tables vs. putting them all together in one database? Detail: I am creating an application that has two main subject areas: Contracts and Transactions. Each Transaction must be related to a Contract, but aside...
  2. nunzio4

    Set text box = selection in combo box

    I am trying to set the content of a text box equal to the current selection in a combo box. I tried inserting the following into the AfterUpdate code for the combo box, to no avail: me("TextBoxName") = ComboBoxName I am new to scripting, and I am have exhausted my limited ability to...

Part and Inventory Search

Back
Top