merciless32
04-03-2002, 06:10 AM
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?
|
View Full Version : Updating data in a form merciless32 04-03-2002, 06:10 AM 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 04-03-2002, 06:57 AM 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 merciless32 04-03-2002, 07:06 AM I added a REQUERY command to my macro. Worked like a charm. Thanks for the help! |