Search results

  1. S

    closing a form (disabling close)

    Pauly, Any reason why you aren't using User-level security?
  2. S

    Problem with findfirst for subform

    Don't worry, I worked it out.
  3. S

    Problem with findfirst for subform

    Thanks for the reply, however, my problem isnt with the... If Not rst.EOF Then Me.Bookmark = rst.Bookmark line of code. My problem is that the recordset that i am createing has records in it ( i found this out by using a msgbox to output the rows) but when i try and when i do findFirst on the...
  4. S

    Problem with findfirst for subform

    I'm having problems with a subform that has a list box and three fields under the list box. All i want to do is have the fields under the listbox display with the record clicked in the list box. I've done this heaps of times before, but can't quite work out why this one is any different. I...
Back
Top Bottom