G
Glen
I don't think this is a very hard problem but I just don't have enough
experience with Access to solve this. I have a form (frmUser_Data)
which has just 7 fields. The primary key is a ship hull number which
will populate the rest of the fields if it is matched from the table.
I have code in the AfterUpdate event of the combo box ShipHull which
accomplishes this just fine. My problem is that I want to be able to
input new ship hull numbers and all information associated with them in
the appropriate fields and then update the existing table. I also
don't want to alter any data that is already in the table, ex: when I
type a new value in the Ship Hull field for a lookup. I have been
screwing around with the NotInList event but it conflicts with my
AfterUpdate procedure. I appreciate any and all suggestions.
experience with Access to solve this. I have a form (frmUser_Data)
which has just 7 fields. The primary key is a ship hull number which
will populate the rest of the fields if it is matched from the table.
I have code in the AfterUpdate event of the combo box ShipHull which
accomplishes this just fine. My problem is that I want to be able to
input new ship hull numbers and all information associated with them in
the appropriate fields and then update the existing table. I also
don't want to alter any data that is already in the table, ex: when I
type a new value in the Ship Hull field for a lookup. I have been
screwing around with the NotInList event but it conflicts with my
AfterUpdate procedure. I appreciate any and all suggestions.