C
ChuckW
Hi,
I have a table of patient information the includes:
DoctorNumber, PatientNuber, PatientName, InvoiceNumber,
and DateRecieved. There is no unique field. However, the
combination of PatientID and InvoiceNumber are unique.
How do I create an index on these two fields so that the
combination of the two would be unique and could not be
inputed twice?
Thanks,
Chuck
I have a table of patient information the includes:
DoctorNumber, PatientNuber, PatientName, InvoiceNumber,
and DateRecieved. There is no unique field. However, the
combination of PatientID and InvoiceNumber are unique.
How do I create an index on these two fields so that the
combination of the two would be unique and could not be
inputed twice?
Thanks,
Chuck