I have a form based upon a table. This table holds records for all departments. For security purposes, I need the form to only allow the user to see records related to his/her department only (usually, there is more than one record). Also, if the user needs to add a new record, I need the bound text control to enter that user's department automatically, and now allow them to change it.
I suspect that this text control (txtBusinessArea) should be visible, but not enabled. I can pass the department name, i.e, "Financial Services" to the form. Also, should this work be performed in the load event or the open event of the form?
I suspect that this text control (txtBusinessArea) should be visible, but not enabled. I can pass the department name, i.e, "Financial Services" to the form. Also, should this work be performed in the load event or the open event of the form?