Linking Fields

S

Scott

I have two text fields in different tables that I want to link. Both are
employee number fields. However, the field from my payroll file is six
characters long and has preceeding spaces before the number, i.e. " nnn"
the other table is from my accounting software and it does not have
preceeding spaces, i.e. "nnn". Is it possible to link two text fields
together?

Thank you,

Scott
 
G

geomike

Scott,
Yes it is possible to link two text fields together. However, the contents
must be the same for the database to recoginize them. For instance, using
first and last names, Thomas Franks is not the same as Tom Franks. I would
consider using one field that is common to both tables, say EmployeeID and
then tie both payroll and accounting to EmployeeID. I have at least 6 pairs
of people who share the same name, so you have to be careful how you link
your data.

Mike
 
S

Scott

Is it possible to link the two fields directly without modification even
though the one field has 3 spaces preceeding the employeeID?

Thanks, Scott
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top