rick roberts
Registered User.
- Local time
- Today, 02:07
- Joined
- Jan 22, 2003
- Messages
- 160
I have a simple combo box in a form which lists corses stored in a table
Since new records tend to be inserted en bloc for a particular course id llike the combo box to retain the last course name and insert it in the default value of the combo
This would automatically populate the combo with the same course til changed - and then carry on with the new course in the same way - -does that make sense?
Ive tried the DMax route but it doesnt seem to work
Any suggestions gratefully appreciated
thanks
forgot to mention - i could get round this by not making the table alphabetical - that way the last course would literally be that - the last in the table but i wanted to keep it alphabetical
Since new records tend to be inserted en bloc for a particular course id llike the combo box to retain the last course name and insert it in the default value of the combo
This would automatically populate the combo with the same course til changed - and then carry on with the new course in the same way - -does that make sense?
Ive tried the DMax route but it doesnt seem to work
Any suggestions gratefully appreciated
thanks
forgot to mention - i could get round this by not making the table alphabetical - that way the last course would literally be that - the last in the table but i wanted to keep it alphabetical
Last edited: