Hello everyone.
My brain has deserted me. 
1. I have a Form that auto-populates the Field "Processor" and the Record Source is called "tblLog".
2. Upon "Processor" being populated, I would like to have 2 text fields auto populated as well, "Unit" & "UnitCode".
3. I have a dedicated a Table called "tblProcessors" that houses the "Unit" & "UnitCode" information. "tblProcessors" also has a "ProcessorInitials" field in where the values are identical to the values of "Processor" in the "tblLog" table.
4. Here's what I have done:
Code:
Me.Unit = DLookup("Unit", "tblProcessors", "Processor = " & [ProcessorInitials])
Any help is greatly appreciated and you all would be my MS Access Santa Claus. Thanks in advance. 
Merry Christmas and Happy Holidays! 
- Steve