O
Oleg
Hi,
I can't seem to find a way to do this. I have a large database that
has over 20 fields but I would like to figure out a way to combine the
contents of 4 fields into one so that I can index it in a form in order
to jump to that record.
Example:
Field 1: Year - 06
Field 2: Source - ABC
Field 3: Area - IT
Field 4: Part - 2c
I want another field to auto combine the contents of the other four for
each new record.
06-ABC-IT-2c
06-ABC-IT-2d
06-ABC-IT-2e
06-XYZ-BC-2a
....
The field will be unique because the first three fields will repeat but
the Part field will be unique for each repetition. So on the entry
form I want to index this new field and the user will be able to
quickly jump to the desire record. This field does not have to be a
primary key, as I already have a record number ID field.
Any help is appreciated. Thanks!
....
I can't seem to find a way to do this. I have a large database that
has over 20 fields but I would like to figure out a way to combine the
contents of 4 fields into one so that I can index it in a form in order
to jump to that record.
Example:
Field 1: Year - 06
Field 2: Source - ABC
Field 3: Area - IT
Field 4: Part - 2c
I want another field to auto combine the contents of the other four for
each new record.
06-ABC-IT-2c
06-ABC-IT-2d
06-ABC-IT-2e
06-XYZ-BC-2a
....
The field will be unique because the first three fields will repeat but
the Part field will be unique for each repetition. So on the entry
form I want to index this new field and the user will be able to
quickly jump to the desire record. This field does not have to be a
primary key, as I already have a record number ID field.
Any help is appreciated. Thanks!
....