A
AccidentalDBA
I'm new, I've searched the archives, and I think I'm missing something fairly
obvious but I can't find a solution. I have a form that I use to enter data
into a table. It has some combo boxes that pull data from other tables and
it generates a unique key field based on several criteria. I want to make
another form to update/edit the data. I need to use two because once the
data is created some fields cannot change (like, the creation date and who
created it). In the edit form, I want to have a combo box that allows the
user to select the key field (in this case, the Test_Request_Number) and when
selected have it populate the other fields on the form. Assume that all the
other fields on the form are Text Boxes, and that all the data resides in the
same table. There are no sub-forms or other tables involved at this point.
I can make the combo box to select the Test_Request_Number, but I cannot get
any of the other fields to update. What am I missing?
Thanks.
obvious but I can't find a solution. I have a form that I use to enter data
into a table. It has some combo boxes that pull data from other tables and
it generates a unique key field based on several criteria. I want to make
another form to update/edit the data. I need to use two because once the
data is created some fields cannot change (like, the creation date and who
created it). In the edit form, I want to have a combo box that allows the
user to select the key field (in this case, the Test_Request_Number) and when
selected have it populate the other fields on the form. Assume that all the
other fields on the form are Text Boxes, and that all the data resides in the
same table. There are no sub-forms or other tables involved at this point.
I can make the combo box to select the Test_Request_Number, but I cannot get
any of the other fields to update. What am I missing?
Thanks.