I have a field called Size. The data in it looks like:
8.9 x 12.7 cm
14.1 x 20.4 cm
22.7 x 30.5 cm
I have two new fields called Width and Height. They will hold numerical data only.
Is there a way using an update querie to extract just the numerical data for each dimension to populate the new fields?
I've never used VBA (I know, I know) so I'm finding this a bit of a challenge.
8.9 x 12.7 cm
14.1 x 20.4 cm
22.7 x 30.5 cm
I have two new fields called Width and Height. They will hold numerical data only.
Is there a way using an update querie to extract just the numerical data for each dimension to populate the new fields?
I've never used VBA (I know, I know) so I'm finding this a bit of a challenge.