Recent content by jeannier1975

  1. J

    DataChange event

    no chart just a form trying to make scense of what it doing Private Sub Form_DataChange(ByVal Reason As Long) Me.Refresh Me.Requery End Sub
  2. J

    DataChange event

  3. J

    DataChange event

    Im looking over an database that i have inheriated to reconstruct. i notice on form there is an event DataChange(ByVal Reason As Long) what does this do what is the purpose?
  4. J

    search

    Thank you for your help
  5. J

    search

    it worked can u tell me what i did wrong please
  6. J

    search

    allow you to enter another search and populate the results in the listbox without shutting the form
  7. J

    search

    when u hit clear and enter new department to search nothing happens it suppose to pull all project numbers for that department
  8. J

    search

    then when you hit clear to enter a new search instance nothing happens
  9. J

    search

    double click on the one of the numbers then record pulls up
  10. J

    search

    right now i have work around but it not what i want i put in on clear button, it not what i want to do but it works another is how do i stop user from erasing the first search with backspace button Private Sub cmdClear_Click() cboDept = "" cboTEch = "" txtCapaNo = "" StartDate...
  11. J

    search

  12. J

    search

    go to cheese line 1 there no projects in admin
  13. J

    search

    i need i think but not sure how to do it once you hit clear it reloads the form.
  14. J

    search

    u open form in area on top select department then go to search button click on it . project numbers populate in search list box double click on the number it pulls data up. hit clear to clear search results now i want to entere another search but it dont work
  15. J

    search

    here my file.
Top Bottom