Yes the DoCmd is called in the click event of the login page. Would I need to call the after_update in the frmSearch??
One question if I call the after update in the frmSearch;
- Would I need to do an if else statement as I want all jobs to display when the admin logs in.
Sorry for being ambiguous, There is an unbound listbox with the frmSearch (literally all there is in the form, along with a small search box). Its all coded on VBA through a select statement. This form is then acting as a subform within the frmJobs. Does this clear things up a bit better?
I sincerely appreciate the help
One question if I call the after update in the frmSearch;
- Would I need to do an if else statement as I want all jobs to display when the admin logs in.
Sorry for being ambiguous, There is an unbound listbox with the frmSearch (literally all there is in the form, along with a small search box). Its all coded on VBA through a select statement. This form is then acting as a subform within the frmJobs. Does this clear things up a bit better?
I sincerely appreciate the help