You are developing a form that servers as a front end to access the Order Entry application. Within the form you want to store the usernames of those users who have permissions to run the application. This information is accessed when the form starts up to determine if the user is authorized. The list of usernames is not stored in the database and should not be visible to users.
How will you store this information?
A.
In a list item.
B.
In a list of values.
C.
In a set of parameters.
D.
In a record group.
E.
You cannot store this information within a form; you must create a database table to store it and query the information at run time.