ScorpioMCN
Programmer
I apologize in advance if this has been asked before but I could not find a similar post in a search.
Here's my issue:
I have Access 2000 and a Contacts database and a Form where the user enters new contacts*. I have one field for the firstname and another for the lastname. I have a third field called FullName (please don't tell me this is redundant as I have a good reason for this)...I don't want the user to have to type the entire name a second time in this field but rather take the input from the firstname and lastname and put them together (autofill / populate) in the FullName field adding a space inbetween.
* I do not want the code to change the FullName for contacts put in previously - for example I want the flexibility to override what's in the FullName field with whatever...for example..."Joe"; "Smith"; "Joseph Smith" and I want it to keep this forever unless I decide to manually change it in the future. Only want the autopopulate to do its thing on new adds.
I'm an intermediate Access user/developer with no VBA code experience.
I would really appreciate any help with this. Thanks!
Mike
Here's my issue:
I have Access 2000 and a Contacts database and a Form where the user enters new contacts*. I have one field for the firstname and another for the lastname. I have a third field called FullName (please don't tell me this is redundant as I have a good reason for this)...I don't want the user to have to type the entire name a second time in this field but rather take the input from the firstname and lastname and put them together (autofill / populate) in the FullName field adding a space inbetween.
* I do not want the code to change the FullName for contacts put in previously - for example I want the flexibility to override what's in the FullName field with whatever...for example..."Joe"; "Smith"; "Joseph Smith" and I want it to keep this forever unless I decide to manually change it in the future. Only want the autopopulate to do its thing on new adds.
I'm an intermediate Access user/developer with no VBA code experience.
I would really appreciate any help with this. Thanks!
Mike