W wickidwe Registered User. Local time Today, 04:21 Joined Dec 12, 2013 Messages 16 Dec 12, 2013 #1 I have a form to input info into a table how can I combine 2 txtboxes to one column separated by ", " Example: textboxes: txtboxFirstName txtboxLastName output: Last, First into the "Name" Field in my table
I have a form to input info into a table how can I combine 2 txtboxes to one column separated by ", " Example: textboxes: txtboxFirstName txtboxLastName output: Last, First into the "Name" Field in my table
bob fitz AWF VIP Local time Today, 12:21 Joined May 23, 2011 Messages 4,806 Dec 12, 2013 #2 IMHO it would be much better to save the data to independent fields. One for first name and one for last name. BTY as "name" is a reserved work in Access it would be a poor choice as a field name.
IMHO it would be much better to save the data to independent fields. One for first name and one for last name. BTY as "name" is a reserved work in Access it would be a poor choice as a field name.