Sohaila Taravati
10-24-2001, 02:19 PM
I have a form with 5 other subforms. One of the subforms is for inputting dates. This Date Subform is coming from a seporate Date table. Every time a new date is put in, the informatin on all other subforms are changed. In my Date subform I have these buttons that the user can go next, back, or new. After each button is pressed the code updates the whole form according to the date. This is the code" Screen.ActiveForm.Refresh". This works until another form which is similar to this form is open behind it and the data keeps changing and going to the new date, but on the screen the date doesn't go forward and the first date keeps showing up, which is very misleading to the user. What could be causing this? Thanks