Recent content by Cookiewl

  1. C

    Access Bugs? Refresh All returned to old records?

    There is refresh and there is refresh all. refresh = the immediate record you are in(where the cursor is. Refresh All = all the records, thus taking you back to the beginning of the recordset. hope this helps.
  2. C

    Testing for records or no records

    Thanks! That works just fine.
  3. C

    Testing for records or no records

    I have a form with one subform. I want to test the subform for records after I update the Master Form. Such As: If Me.subform is Null Then do this Else End If I've tried If is Null *** and If Not Empty*** what is the proper syntax? I know I've done it before. Please help....
Back
Top Bottom