Recent content by BackForBreakfast

  1. B

    Closing a form that then refreshes a query

    No its cool fixed it! Being a n00b! :)
  2. B

    Closing a form that then refreshes a query

    Great - did that - got a message saying it was unable to find the form frmView but it is there and its called frmView exactly Any ideas ?
  3. B

    Closing a form that then refreshes a query

    Private Sub Form_Close() Forms!frmView.Requery End Sub Like that then :)
  4. B

    Closing a form that then refreshes a query

    Private Sub CloseForm_Click() Forms!frmView.Requery End Sub Like that ???
  5. B

    Closing a form that then refreshes a query

    Forms!frmView.Requery - thats what it would be Where do I stick it ?? Said I was a n00b :)
  6. B

    Closing a form that then refreshes a query

    Hi Trevor Well there is a close button on the form - so what I want is when the user hits that it closes the form but in the background like you say I want it to rerun the query so that it is up to date? hope that makes sense :S
  7. B

    Closing a form that then refreshes a query

    Hi Guys New the forums so thanks to any that look at my question - total n00b here on the whole Access front but learning fast. I have a form that allows users to enter data. I want to put a close button on the form that then refreshes a query in the database. I have a READ-ONLY version of...
Back
Top Bottom