I am using MS Access 2007, and I am currently trying to implement what is already available on the "Student" template provided by microsoft.
My main goal is to use the =IIf(IsNull([ID]),"(New)","Open") field in the form to open a popup form which is used to input/edit data.
I have copied the textbox from the "Student" template and changed the embedded macro's table and form location since the naming was not the same. The field shows "open" if information already exist for that row, and "new" at the bottom where new record is recorded. The input popup form opens perfectly when I click on the "new" and records all data on the table, but when I click on the "open", a new record is made rather than showing me the already inputted record for me to edit.
If there is any way to copy/paste the embedded macro to help solve this issue please let me know.
My main goal is to use the =IIf(IsNull([ID]),"(New)","Open") field in the form to open a popup form which is used to input/edit data.
I have copied the textbox from the "Student" template and changed the embedded macro's table and form location since the naming was not the same. The field shows "open" if information already exist for that row, and "new" at the bottom where new record is recorded. The input popup form opens perfectly when I click on the "new" and records all data on the table, but when I click on the "open", a new record is made rather than showing me the already inputted record for me to edit.
If there is any way to copy/paste the embedded macro to help solve this issue please let me know.