S
Simon
I have not converted to A2007 yet, I have given a user a copy of a database
built in A2003 to use who is now only using A2007.
On my main inputting form I use several combo boxes, when the user needs to
add an item to the list if they type in the new text in the Combo Box and
press enter a function is called from the NotInTheList event.
This function built using DAO to add a new item to a list (when recoginising
the item is not in the list for the the function asks if the new text should
be added to the list (separate table) and if yes is selected, it will add the
new item to list using DAO and the New Item can now be displayed on the Form.
However the message that comes up is not the message MsgBox from the
function. The VBA references show DAO 3.6 object library is checked.
Is there anything to that can be done to restore functionality - I use this
function several times to added new items to various lists (tables) to
populate several combo boxes on the main inputting form.
Thanks,
Simon
built in A2003 to use who is now only using A2007.
On my main inputting form I use several combo boxes, when the user needs to
add an item to the list if they type in the new text in the Combo Box and
press enter a function is called from the NotInTheList event.
This function built using DAO to add a new item to a list (when recoginising
the item is not in the list for the the function asks if the new text should
be added to the list (separate table) and if yes is selected, it will add the
new item to list using DAO and the New Item can now be displayed on the Form.
However the message that comes up is not the message MsgBox from the
function. The VBA references show DAO 3.6 object library is checked.
Is there anything to that can be done to restore functionality - I use this
function several times to added new items to various lists (tables) to
populate several combo boxes on the main inputting form.
Thanks,
Simon