N
Norman Fritag
Hi there,
On a form I click a tickbox ("display",yes/No) that requires the recordset.
=>>Code<<--
Me!PositionClosingDate = Format(Date, "Short Date") ' when was the position
closed?
Me.Requery ' underlining query is set to display only records where
Closeposition is set to zero 0
This works sofar Ok.
I would like on the form to display the previous record not as its now,
whereas after the recordset is required the forms recordnumber = 1.
any Ideas that point me into the right direction?
kind regards
Norman
On a form I click a tickbox ("display",yes/No) that requires the recordset.
=>>Code<<--
Me!PositionClosingDate = Format(Date, "Short Date") ' when was the position
closed?
Me.Requery ' underlining query is set to display only records where
Closeposition is set to zero 0
This works sofar Ok.
I would like on the form to display the previous record not as its now,
whereas after the recordset is required the forms recordnumber = 1.
any Ideas that point me into the right direction?
kind regards
Norman