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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by steve02124

  1. steve02124

    Do not save form/subform data. Can it be done?

    Many possibilities: 1) In the beforeupdate event in the subform, check for the values you need to validate with code in an if statement and set the Cancel property to True: Cancel = True Cancel is a variable passed into the function. You can see this when you open the beforeupdate event. 2)...

Part and Inventory Search

Back
Top