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...