I have a table where the data (memo field) contains various names seperated by the dreadful wildcard key (*). This data comes from another program using ODBC connection. Here is my issue.
I need to seperate each portion of it into a different text field. For example:
Engine Room/Starboard/Drawer-2 should be
Engine Room
Starboard
Drawer-2
In 3 seperate fields.
The data is not consistent. It may only have: Engine Room
or
Engine Room/ Starboard (yes the space may or may not come after the "/".
How can I fix this using a qry or two. I'm not good at VBA at all.
HELP!!!!
I need to seperate each portion of it into a different text field. For example:
Engine Room/Starboard/Drawer-2 should be
Engine Room
Starboard
Drawer-2
In 3 seperate fields.
The data is not consistent. It may only have: Engine Room
or
Engine Room/ Starboard (yes the space may or may not come after the "/".
How can I fix this using a qry or two. I'm not good at VBA at all.
HELP!!!!
Comment