kevinnaomi
IS-IT--Management
I have a database which contains a table with 2 fields.
Field 1 and Field 2.
I want to have field 2 update depending on the value in field 1.
e.g.
Field 1 is an IP address 11.22.33.44
I want Field 2 to be 33 (this is from 33 in field 1
If Field 1 is 11.22.34.55, then Field 2 should be 3.
Can this be done?
Field 1 and Field 2.
I want to have field 2 update depending on the value in field 1.
e.g.
Field 1 is an IP address 11.22.33.44
I want Field 2 to be 33 (this is from 33 in field 1
If Field 1 is 11.22.34.55, then Field 2 should be 3.
Can this be done?