F
Frank Martin
I have much trouble in adding a column of sequencing numbers to a totals
query to select a unique record.
Instead of this I have joined two columns into a new one, and in this case I
have used the "CStr" function to convert the date into a text string.
Then I combine two columns such that the result with be a "de facto" primary
key, and in this case I have done the addition:
Expr8: (CStr([AddressesID]))+(CStr(Format([InvoiceDate],"mmmyy"))), which
gives me a unique set of values in a column on which I can base a combo
selection.
Can someone tell me if this is OK, and there will not be time bombs later
on?
Regards, Frank
query to select a unique record.
Instead of this I have joined two columns into a new one, and in this case I
have used the "CStr" function to convert the date into a text string.
Then I combine two columns such that the result with be a "de facto" primary
key, and in this case I have done the addition:
Expr8: (CStr([AddressesID]))+(CStr(Format([InvoiceDate],"mmmyy"))), which
gives me a unique set of values in a column on which I can base a combo
selection.
Can someone tell me if this is OK, and there will not be time bombs later
on?
Regards, Frank