Louiscande
New member
- Local time
- Today, 08:42
- Joined
- Nov 21, 2009
- Messages
- 3
Hi there,
I have a database that has field "location".
In this field shows the following for one record:
203:4~204:7
Which mean: In location 203 a qty 3 of an item and the same item is in location 204 qty 7.
I want to break that field at the "~" and have two records with the two different locations and quantities.
Item location qty
box 203 3
box 204 7
I think I can do it through an update query or update button with vba.
Can someone help on this.
Thank you in advance.
LouisC
Splitting Hair
I have a database that has field "location".
In this field shows the following for one record:
203:4~204:7
Which mean: In location 203 a qty 3 of an item and the same item is in location 204 qty 7.
I want to break that field at the "~" and have two records with the two different locations and quantities.
Item location qty
box 203 3
box 204 7
I think I can do it through an update query or update button with vba.
Can someone help on this.
Thank you in advance.
LouisC
Splitting Hair