Hello
Is it possible to create a combo for a datasheet form that displays a specific value based on the value of the last record.
For example - instead of having the combo display the values 01, 02, 03, 04, 05
the combo will only display 02, if the last record was the value 01.
likewise if the last record was 03, on the next record the value in the combo will only display 04.
The reason I ask is that at present my combo displays 01, 02, 03 etc...and the user can quite easily select the any value they like. Whereas, if it only gives them one value to choose from based on value chosen from the last record - then less mistakes will be made.
Any insight how to achieve this would be very encouraging.
Using A2007
Is it possible to create a combo for a datasheet form that displays a specific value based on the value of the last record.
For example - instead of having the combo display the values 01, 02, 03, 04, 05
the combo will only display 02, if the last record was the value 01.
likewise if the last record was 03, on the next record the value in the combo will only display 04.
The reason I ask is that at present my combo displays 01, 02, 03 etc...and the user can quite easily select the any value they like. Whereas, if it only gives them one value to choose from based on value chosen from the last record - then less mistakes will be made.
Any insight how to achieve this would be very encouraging.
Using A2007