J
Johan
hello,
On a form, I have a listbox 'lstLanguages' filled with languages. Its
rowsource is a query that gets languages out of table 'tblLanguages'.
Users can add a language. If they try to add one which is not in the
listbox, the NotInList-event occurs. With Visual Basic, the new language
(NewData) is added to table 'tblLanguages'. Than, I perform a requery on
the listbox 'lstLanguages' (Me.lstLanguages.Requery). But than I get error
message 2118 : "The action Requery can only be performed after you have
saved the present field". Why do I have to save this field. In
'tblLanguages' all necessary changes have been made and this is where
'lstLanguages' gets its information.
Can anybody help me to solve this problem?
Thanks, Johan
On a form, I have a listbox 'lstLanguages' filled with languages. Its
rowsource is a query that gets languages out of table 'tblLanguages'.
Users can add a language. If they try to add one which is not in the
listbox, the NotInList-event occurs. With Visual Basic, the new language
(NewData) is added to table 'tblLanguages'. Than, I perform a requery on
the listbox 'lstLanguages' (Me.lstLanguages.Requery). But than I get error
message 2118 : "The action Requery can only be performed after you have
saved the present field". Why do I have to save this field. In
'tblLanguages' all necessary changes have been made and this is where
'lstLanguages' gets its information.
Can anybody help me to solve this problem?
Thanks, Johan