Okay I figured out a way to update the memo but I have to close the main form and then re-open it. I thought that would be easy enough since I can just do DoCmd.Open formname, , , , ID= Me.ID... well that creates a filter and opens the form with only one record.
Is there a way to open a form and then move to a specified record?




Someday I'll understand everything...
Reply With Quote