Brandont05
New Member
- Joined
- May 27, 2016
- Messages
- 6
I work in an HR department that does not have any user defined functions(custom functions).
For example: I would like to be able to use an Employee# to pull their First Name from our database.
Example Function: =GetFirstName(Employee#)
I need help writing the VBA coding necessary to facilitate this function.
Function Name: GetFirstName
Database Name: c11e
Data Table: EMPLOYEE
Data Field: FIRST_NAME
I greatly appreciate any help.
For example: I would like to be able to use an Employee# to pull their First Name from our database.
Example Function: =GetFirstName(Employee#)
I need help writing the VBA coding necessary to facilitate this function.
Function Name: GetFirstName
Database Name: c11e
Data Table: EMPLOYEE
Data Field: FIRST_NAME
I greatly appreciate any help.