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

    Calculate value for unbound text box in a subform

    Hi I've tried adding this code in afterupdate but it doesn't seem to work. Is there somewhere else I should be adding the code?
  2. jaywball

    Calculate value for unbound text box in a subform

    The collection_date is another field on the subform. How would I alter the above code to reflect this?
  3. jaywball

    Calculate value for unbound text box in a subform

    I'm trying to change the value of an unbound text box based on the value of another bound field. I.e. if collection_date.value is not null then Textbox1.value = 0. Textbox1's default value is 1 Is this the correct way of doing this. I need to sum the values in my subform footer to show the...

Part and Inventory Search

Back
Top