I have 4 forms tied to one table. I use autonumber to identify a form by the number assigned by access. This
way someone can refer to a particular form and info that was input by that form. I inherited this database so
I cannot go back at this time to ensure normalization. I have a field in the talbe called FormType that is
automatically populated to show which of the 4 forms the data came from. Current when any of the forms
are openend and records are viewed via the form each form will show every record no matter if that particular
form was used to input the data. What I would like to accomplish is the following:
When a Form is opened, I would like for only data entered by that Form (identified the FormType) to be able
to be viewed by that Form. How can I do this?
way someone can refer to a particular form and info that was input by that form. I inherited this database so
I cannot go back at this time to ensure normalization. I have a field in the talbe called FormType that is
automatically populated to show which of the 4 forms the data came from. Current when any of the forms
are openend and records are viewed via the form each form will show every record no matter if that particular
form was used to input the data. What I would like to accomplish is the following:
When a Form is opened, I would like for only data entered by that Form (identified the FormType) to be able
to be viewed by that Form. How can I do this?