Can someone please give me an idea on how to handle this. I need to take two text fields within one table and combine them to make another field within the same table. Any help would be appreciated.
Milesada's answer is correct, but I have to ask "WHY". If you can concatenate these two fields any time you need to,, why store them in the database as a third field? This is redundant and unnecessary. If you want to show the two fields together in a textbox on a form or report, just set the forms textbox equal to the two fields together. Terry M. Hoey
That's right, it's not only redundant, it will also lead to inaccurate data down the road. If, for example, someone's last name changes, the combined field won't be "dynamically" updated to reflect this change......
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.