PaddyIrishMan
Registered User.
- Local time
- Today, 18:49
- Joined
- Jun 5, 2002
- Messages
- 166
Hi all,
Just wondering if anybody has any thoughts on the following?
At the Autoexec event, an append query runs, gathers the latest data from another database & appends to a table in the local database.
What I want to do is:
For each item returned from the Append query, prepend "CR".
I.e. 100, 120 & 350 returned from the external database, I want to append CR100, CR120 & CR350 to my local table.
any ideas??
Regards,
Patrick
Just wondering if anybody has any thoughts on the following?
At the Autoexec event, an append query runs, gathers the latest data from another database & appends to a table in the local database.
What I want to do is:
For each item returned from the Append query, prepend "CR".
I.e. 100, 120 & 350 returned from the external database, I want to append CR100, CR120 & CR350 to my local table.
any ideas??
Regards,
Patrick