M merciless32 Registered User. Local time Today, 21:08 Joined Mar 4, 2002 Messages 48 Apr 3, 2002 #1 OK...I have a form that carries data entered by the user to the next record. How do I update the form without closing and reopening it?
OK...I have a form that carries data entered by the user to the next record. How do I update the form without closing and reopening it?
Sohaila Taravati Registered User. Local time Today, 21:08 Joined Oct 24, 2001 Messages 266 Apr 3, 2002 #2 There are several ways of refreshing your data. You can put a button on your actual form to refresh your data. You can find that option through the wizard while you are creating your button. Using Me.Refresh also works! Sohaila
There are several ways of refreshing your data. You can put a button on your actual form to refresh your data. You can find that option through the wizard while you are creating your button. Using Me.Refresh also works! Sohaila
M merciless32 Registered User. Local time Today, 21:08 Joined Mar 4, 2002 Messages 48 Apr 3, 2002 #3 I added a REQUERY command to my macro. Worked like a charm. Thanks for the help!