L
Loggical via AccessMonster.com
I have an unbound Text Box in the form header that receives its information
from two text boxes in the details section of the form.
txtDepartmentIdEmployeeNumber = [txtDepartmentId] & " " &
[txtEmployeeNumber]
When txtDepartmentIdEmployeeNumber displays the text its displays GM 1. What
I am trying to display is GM000001 (A 6 digit number)
Form = frmEmployees
txtDepartmentId (Type Text)
txtEmployeeNumber (Formatted as 000000) (Type Number)
Unbound Text Box = txtDepartmentIdEmployeeNumber
Any help with this would be much appreciated.
from two text boxes in the details section of the form.
txtDepartmentIdEmployeeNumber = [txtDepartmentId] & " " &
[txtEmployeeNumber]
When txtDepartmentIdEmployeeNumber displays the text its displays GM 1. What
I am trying to display is GM000001 (A 6 digit number)
Form = frmEmployees
txtDepartmentId (Type Text)
txtEmployeeNumber (Formatted as 000000) (Type Number)
Unbound Text Box = txtDepartmentIdEmployeeNumber
Any help with this would be much appreciated.