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

    Need to disable all but one control.

    I need to disable all controls except one checkbox on my form (and subforms) depending on the condition of another checkbox. I have tried looping through the controls collection as follows: dim ctl as control For Each ctl in Me.Controls Me.Ctl.Enabled = False Next ctl Then I planned to...
  2. bipeman

    Parameter query fails only when "prompting" for input!

    This is wild! I have a field in my query based on the following expression: Expr1:(([Units]*[Current$PerUnit])-(([Weight]*[$/LB])+[Packgng]))/([Setup]+[Spec]+[Saving]+[Down]). This expression gives the expected (correct) results. When criteria such as <100 are entered directly in the criteria...

Part and Inventory Search

Back
Top