...tblExpenses.SubmittedBy, tblExpenses.ApprovedBy, tblExpenses.TotalReimbursement, tblExpenses.Today, tblExpenses.Status, tblEmployees.userLevel, * FROM tblEmployees LEFT JOIN tblExpenses ON tblEmployees.EmployeeID=tblExpenses.SubmittedBy;
The code behind the Notes button is:
Private Sub...