rincy17
11-19-2009, 10:41 PM
Hi,
I am looking for a solution where the values in the memo field is truncated to 455 characters. I update the record with the following query.
ex:
"UPDATE HIST_IM INNER JOIN INGRAM ON [HIST_IM].[INGRAM_PAR]=[INGRAM].[INGRAM_PAR] SET HIST_IM.DEALER_PRI = [INGRAM].[DEALER_PRI] & ':' & '" & strDate & "' & ';' & [HIST_IM].[DEALER_PRI]
WHERE ([INGRAM].[INGRAM_PAR]=[HIST_IM].[INGRAM_PAR]) "
The 'DEALER_PRI' is a memo filed and 'INGRAM_PAR' is a primary key.
In this case i want to store the previous date and current date with the price.
Can someone out there please help me? I am using MS ACCESS 2007.
Thanks in advance
I am looking for a solution where the values in the memo field is truncated to 455 characters. I update the record with the following query.
ex:
"UPDATE HIST_IM INNER JOIN INGRAM ON [HIST_IM].[INGRAM_PAR]=[INGRAM].[INGRAM_PAR] SET HIST_IM.DEALER_PRI = [INGRAM].[DEALER_PRI] & ':' & '" & strDate & "' & ';' & [HIST_IM].[DEALER_PRI]
WHERE ([INGRAM].[INGRAM_PAR]=[HIST_IM].[INGRAM_PAR]) "
The 'DEALER_PRI' is a memo filed and 'INGRAM_PAR' is a primary key.
In this case i want to store the previous date and current date with the price.
Can someone out there please help me? I am using MS ACCESS 2007.
Thanks in advance