Access 97
I have a subfom on a form.
The subform basically just displays a large textbox for comments. The subform gets the comments from a table called tblComments.
If there is a record to display, the subform shows the record from the table and the user is able to edit that record. However if the table does not have a record to display the user cannot enter a comment.
Do I need to somehow create a record in the table (if one does not already exist) when a user selects the subform?
I am wondering if I just need to set some property. TIA...
I have a subfom on a form.
The subform basically just displays a large textbox for comments. The subform gets the comments from a table called tblComments.
If there is a record to display, the subform shows the record from the table and the user is able to edit that record. However if the table does not have a record to display the user cannot enter a comment.
Do I need to somehow create a record in the table (if one does not already exist) when a user selects the subform?
I am wondering if I just need to set some property. TIA...