In my database I have an opening screen - essentially a list of all the records in the database. It doesn't display all the data - obviously - just some of the key info - like an account number and a full name etc. Well, the name is split into three fields - first middle and last - but in my datasheet (continuous form) view of that data I have three text fields - one each bound to the first, middle and last name. So my list looks like this
93889453 Micky T Mouse
39872938 Ronald G Reagan
and I'd rather it look like
93889453 Micky T Mouse
29872938 Ronald G Reagan
How would I go about that do you suppose?
93889453 Micky T Mouse
39872938 Ronald G Reagan
and I'd rather it look like
93889453 Micky T Mouse
29872938 Ronald G Reagan
How would I go about that do you suppose?