R
Ronald Jones
First some background on the software, we have created a
product that is both a stand alone and replicated version
of the database. We use the import/export features to
collect data from various sources to one database. The
issue is, we need to develop a primary key to filter out
duplicate records. We have identified that we could use
the field names "City" and "Date" as differeniating fields
to create a primary key. Can we create a new field that
consolidates "City" and "Date" into this field to purge
duplicate records? If so, how would that field be
programmed?
Is there another possible way to filter out duplicate
records using the parameters illustrated above?
product that is both a stand alone and replicated version
of the database. We use the import/export features to
collect data from various sources to one database. The
issue is, we need to develop a primary key to filter out
duplicate records. We have identified that we could use
the field names "City" and "Date" as differeniating fields
to create a primary key. Can we create a new field that
consolidates "City" and "Date" into this field to purge
duplicate records? If so, how would that field be
programmed?
Is there another possible way to filter out duplicate
records using the parameters illustrated above?