J
jrp444
I have the following information that I pull into a table on access.
Field1 Field2 Field3 Field4 Field5
20060811 0948 000000087-8700016170 94 01
20060811 0948 000000087-8700016170 94 02
20060811 0948 000000087-8700016170 94 01
20060811 0948 000000087-8700016170 94 02
20060811 0948 000000087-8700016170 94 01
20060811 0948 000000087-8700016170 94 02
20060811 0948 000000087-8700016170 94 01
20060811 0948 000000087-8700016170 94 02
I download this information into another database based on the Date(Field1),
Time(Field 2), Account No(Field 3), Code (Field4) and Sequence ( Field5).
The database will not take the information if the Time, Date, & Account No
has the same sequence.
Can anyone show me how to find the data that has the duplicate Date, Time,
Account & Sequence No and resequence the sequence number so it will be like
01,02,03,04 etc.
on these accounts.
Field1 Field2 Field3 Field4 Field5
20060811 0948 000000087-8700016170 94 01
20060811 0948 000000087-8700016170 94 02
20060811 0948 000000087-8700016170 94 01
20060811 0948 000000087-8700016170 94 02
20060811 0948 000000087-8700016170 94 01
20060811 0948 000000087-8700016170 94 02
20060811 0948 000000087-8700016170 94 01
20060811 0948 000000087-8700016170 94 02
I download this information into another database based on the Date(Field1),
Time(Field 2), Account No(Field 3), Code (Field4) and Sequence ( Field5).
The database will not take the information if the Time, Date, & Account No
has the same sequence.
Can anyone show me how to find the data that has the duplicate Date, Time,
Account & Sequence No and resequence the sequence number so it will be like
01,02,03,04 etc.
on these accounts.