I'm trying to make modifications to an existing Access application.
The app currently has a form in which, when a user presses enter in one of the fields, it inserts all the current fields on the form into a table.
I am trying to figure out why. I've looked in the form's properties, the field's properties, and all the event code for the entire application.
I see no reference to the table in question.
So how is this form and its fields bound to that table in an insert relationship?
The app currently has a form in which, when a user presses enter in one of the fields, it inserts all the current fields on the form into a table.
I am trying to figure out why. I've looked in the form's properties, the field's properties, and all the event code for the entire application.
I see no reference to the table in question.
So how is this form and its fields bound to that table in an insert relationship?