A
Andrew
Problem: There is a "name" field which contains a data
such as "Bob Donda" or "John Smith."
I need a LastName and FirstName field containing the likes
of "Donda" and "Bob", or "Smith" and "John."
I tried a quick and dirty macro solution to this -- using
SendKeys to send the keystrokes that I would use in order
to perform this split. (I set this up by inserting a new
LastName field directly after the original name field).
This would work, but when the macro attempts to Send a
Shift-Ins key command (to Paste the automatically Cut last
name into the new field), the program complains that I
need the Microsoft Access Utility Add-In, and to install
it... however this is nowhere to be found within setup...
or on the Microsoft web site. Frustratingly enough,
neither the documentation or even the MS web site even
mention such an Add-In.
What am I missing here? Should I be attempting to go
about this in a completely different manner?
Thanks in advance..
such as "Bob Donda" or "John Smith."
I need a LastName and FirstName field containing the likes
of "Donda" and "Bob", or "Smith" and "John."
I tried a quick and dirty macro solution to this -- using
SendKeys to send the keystrokes that I would use in order
to perform this split. (I set this up by inserting a new
LastName field directly after the original name field).
This would work, but when the macro attempts to Send a
Shift-Ins key command (to Paste the automatically Cut last
name into the new field), the program complains that I
need the Microsoft Access Utility Add-In, and to install
it... however this is nowhere to be found within setup...
or on the Microsoft web site. Frustratingly enough,
neither the documentation or even the MS web site even
mention such an Add-In.
What am I missing here? Should I be attempting to go
about this in a completely different manner?
Thanks in advance..