I have this table (imported from a text file) with a field name called COURSE. The value of course is a text field, with a format of ACCT-101-501. I need to seperate the value into three sections where the delimiter is "-". I currently use Excel to seperate (text-to-column) and then copy it back into my table but want to see if I can do this in Access with a query. I have read that Split() would this for me, but I hace Access 2002 and don't see my company upgrading soon.
The result I want is three fields (Discipline, CourseNum, Section). The value types should be (Text, Text, Text). Is there a function in Access 2000 that can do this, if not what is the workaround?
The result I want is three fields (Discipline, CourseNum, Section). The value types should be (Text, Text, Text). Is there a function in Access 2000 that can do this, if not what is the workaround?