S
s4
Hi,
This is really bugging me.
I have a form with [Closing], [Opening], [Month] and [PrevMonth] on it, all
linked into the same table. When I click a button, I want to copy the
[Closing] from the record in [PrevMonth]. This means if the [Month] is Aug I
put JUL in [PrevMonth] and click to copy JUL's Closing into Aug's Opening.
I'm using
Me.Opening_5 = DLookup("CLOSING_5", "MONTH_END", "Month ='" &
Me.PrevMonth.Value & "")
But it isn't working. Please help!
Thanks
This is really bugging me.
I have a form with [Closing], [Opening], [Month] and [PrevMonth] on it, all
linked into the same table. When I click a button, I want to copy the
[Closing] from the record in [PrevMonth]. This means if the [Month] is Aug I
put JUL in [PrevMonth] and click to copy JUL's Closing into Aug's Opening.
I'm using
Me.Opening_5 = DLookup("CLOSING_5", "MONTH_END", "Month ='" &
Me.PrevMonth.Value & "")
But it isn't working. Please help!
Thanks