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 IamaSherpa 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: *

  1. alteque

    creating frontdesk database for motel

    You are totally right MDXER. Nice catch
  2. alteque

    creating frontdesk database for motel

    The best way to handle your combo box for the aaa rate would be to use the after_update property for the combo box. Here is an example for a combo box named combo1, and a price control named Text1 Sub Combo1_AfterUpdate() If Combo1.value = 1 Then Text1.Value = Text1.Value *.9 ElseIf...

Part and Inventory Search

Back
Top