D
DavidW
I am trying to open a second form from the first form using date, I have
tried
Me.Refresh
DoCmd.OpenForm "outsidepurchase", , , "[date] = " & Me!date
and its not working.
Both Forms "outsidepurchase" and "setdate" have a textbox linked to the same
tablefield of "date"
Any Ideals?
Thanks
David
tried
Me.Refresh
DoCmd.OpenForm "outsidepurchase", , , "[date] = " & Me!date
and its not working.
Both Forms "outsidepurchase" and "setdate" have a textbox linked to the same
tablefield of "date"
Any Ideals?
Thanks
David