Question, maybe anyone knows a nice and easy solution.
I have got a form bassed uppon a table wich is filled the months of the year.
Now I have a form with a combo via wich the user can select a month. That all works fine.
The thing I would like to do now is show on the form in text boxes the month that commes before the selected month.
So if the user selects February, I want to display January in a text box. This is just the preceding record in the table, but I don't know how to accomplish this.
Thanks in advance..
Greets from Holland
So the question is: How can I display the record from a table that precedes a selected record ?
I have got a form bassed uppon a table wich is filled the months of the year.
Now I have a form with a combo via wich the user can select a month. That all works fine.
The thing I would like to do now is show on the form in text boxes the month that commes before the selected month.
So if the user selects February, I want to display January in a text box. This is just the preceding record in the table, but I don't know how to accomplish this.
Thanks in advance..
Greets from Holland
So the question is: How can I display the record from a table that precedes a selected record ?