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

    page break

    I need some help to write code in the detail section If rank = 38 then do a page break. Thanks, EVA
  2. VBALearner

    Subform and delete records on main form and subform

    Hi, Wow this is my second request today. I need help with the vba code for the command buttons to delete or cancel a record when you have a form with a subform. I am also using a one to many relationship between two tables. Any suggestions, Thanks Eva
  3. VBALearner

    error code and set focus

    I wrote this vba code in the after update of a text box. If Me.Dirty Then If IsNull(Me!Store_No) Then MsgBox "Store Number Is Invalid, enter valid store number", vbCritical, "" Me!Store.SetFocus Exit Sub End If End If Store_No...
  4. VBALearner

    Top 10 and Union Select

    HI, I am hoping to do this in SQL since I already have two subreports on my report and I have to do this to four reports total. I need to do a top 10 for one company, a top 5 for a second company, a top 3 for a third company and a top 2 for a fourth company. Is it possible to do this in SQL...

Part and Inventory Search

Back
Top