Retain previous entry in combo box

rick roberts

Registered User.
Local time
Today, 08:02
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
 
Last edited:
thanks very much - it seems to have done the trick right away - il ltake a proper look tomorrow and see what it does and how it works
thanks again
 
ive had a look at this but cant figure out what it does - so many quotes within quotes - could you explain how it works please?
"""""" & Me!comboCourse.Value & """"""
 

Users who are viewing this thread

Back
Top Bottom