I built a database (mde) that this keeps happening to.
I have the following code for a print button on a form. Just to print the contents of the form:
Private Sub PrintForm_Click()
On Error GoTo Err_PrintForm_Click
Dim stDocName As String
Dim MyForm As Form
'Make sure that...
If you have three tables, EMPLOYEE (key: EMP_ID, fields: EMP_NAME, EMP_SALARY), DEPARTMENT (key: DPT_ID, fields: DPT_DESC, DPT_MGR_ID (FK to EMPLOYEE on EMP_ID)), and EMPLOYEE_DEPARTMENT (key:EMP_ID,DPT_ID),
How can I write a single SQL statement that would give the average employee salary for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.