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!

Recent content by OwenTech

  1. OwenTech

    Using an the ID number from the data in the main form, in a subform

    Hi For your subform to recognise the Visitor ID. Open the parent form in design View Click on the subform control In the Data page of the properties sheet, set Link Master Fields to Visitor ID set Link Child Fields to the relevant field in the VisitorInterests table (your subform should be...
  2. OwenTech

    Tabbing our of Required field

    Hi Assume your ProjectNumber text box is called txtPjNumber As you said, you can put code in the Lost Focus event of the text box as follows: --Beginning Code If Me.txtPjNumber = 0 Or If IsNull(Me.txtPjNumber) Then msgbox "Please enter Project Number&quot...
  3. OwenTech

    Logon question

    Please specify what the problem is exactly. Is this an MS Access problem? OwenTech

Part and Inventory Search

Back
Top