ChuckCasey
MIS
I have linked to a database that has a table that has these fields:
acct_no, seq_no, user_defined
If the seq_no (sequence number) is 1, then the user_defined field holds a birth date. If the seq_no is 2, then the user_defined field holds a mother's maiden name.
So when I query the account number, I get 2 records.
I have another table that has more personal data and has a relationship with this linked table via the acct_no. I want to create a form that allows me to display all the personal data for someone, including the 2 pieces of data (birth date & mother's maiden name) that are currently displayed as 2 records. I don't know how to do this because the user-defined field is used for 2 purposes.
Is there a way to combine the 2 records into one? Many thanks.
acct_no, seq_no, user_defined
If the seq_no (sequence number) is 1, then the user_defined field holds a birth date. If the seq_no is 2, then the user_defined field holds a mother's maiden name.
So when I query the account number, I get 2 records.
I have another table that has more personal data and has a relationship with this linked table via the acct_no. I want to create a form that allows me to display all the personal data for someone, including the 2 pieces of data (birth date & mother's maiden name) that are currently displayed as 2 records. I don't know how to do this because the user-defined field is used for 2 purposes.
Is there a way to combine the 2 records into one? Many thanks.