G
Guest
Hello,
I am trying to add a record based on the NotInList event of a combobox and
am getting shut down way too early. I am hoping someone can shed a little
light as to my problem. I found a good code example at www.mvps.org but
right from the getgo I have a problem with the code.
In the declarations:
Private Sub cbxAEName_NotInList(NewData As String, Response As Integer)
Dim db As DAO.Database
Dim rs As DAO.Recordset
Dim strMsg As String
DAO.Database does not show up in the popup list and I get an error when
trying to make it work. I am running OfficeXP and I believe my database
version is 2000 (due to default settings that I didn't initially know about
when i created my database) So, is there a new format to access a database
and recordset or what? Please help me get back on the right path.
Thanks,
Dana Simmelink
I am trying to add a record based on the NotInList event of a combobox and
am getting shut down way too early. I am hoping someone can shed a little
light as to my problem. I found a good code example at www.mvps.org but
right from the getgo I have a problem with the code.
In the declarations:
Private Sub cbxAEName_NotInList(NewData As String, Response As Integer)
Dim db As DAO.Database
Dim rs As DAO.Recordset
Dim strMsg As String
DAO.Database does not show up in the popup list and I get an error when
trying to make it work. I am running OfficeXP and I believe my database
version is 2000 (due to default settings that I didn't initially know about
when i created my database) So, is there a new format to access a database
and recordset or what? Please help me get back on the right path.
Thanks,
Dana Simmelink