How can I divide up a field into several other fields in Access w.

A

Andy Campbell

I am using access to do data conversion and I need to split data in a field
into 3 separate fields. Do I use a query to do this?
 
D

Duane Hookom

Use an update query which allows you to update some fields with
information/calculations from other fields.
 
A

Andy Campbell

Thank You it worked !

Duane Hookom said:
Use an update query which allows you to update some fields with
information/calculations from other fields.
 
Top