Hello (Access 2010)
My question relates to the sample database (Student Database) provided by Microsoft. Upon opening this database, a datasheet view of the student list appears and the first column includes an Open field which opens a detail form for input or a blank detail form for new student (very handy).
This field does not appear in the query identified as the Record Source? When I view this form in design view, a "txtOpen" text box directly below the ID field appears with a function =IIf(IsNull([ID]),"(New)","Open"). I'm looking an explanation of how this is was created.
Thanks.
My question relates to the sample database (Student Database) provided by Microsoft. Upon opening this database, a datasheet view of the student list appears and the first column includes an Open field which opens a detail form for input or a blank detail form for new student (very handy).
This field does not appear in the query identified as the Record Source? When I view this form in design view, a "txtOpen" text box directly below the ID field appears with a function =IIf(IsNull([ID]),"(New)","Open"). I'm looking an explanation of how this is was created.
Thanks.