phillsheen
Registered User.
- Local time
- Today, 17:42
- Joined
- Jun 12, 2006
- Messages
- 86
Hi Everyone!
Is was all going well till this morning and now its all gone wrong!!
I have a table full of bank payments. This table is updated from a spreadsheet, which is made from an Internet banking statement. So basically every month I import the spreadsheet into the database updating 'tblbankpayments'.
'tblbankpayments' has a field called 'description'. This is a reference to the person who has paid so for example 'Mr Smith '. This reference for the past two years has been sent with two spaces at the end of the value ('Mr Smith '). Today I have received the statement and to my surprise the spaces have gone. This totally screws up another part of my database, which displays people’s payments.
So what I would like to do is create an update query that would remove all of the spaces on all of the 'descriptions' so everything matches. So the 'description' would be 'Mr Smith' rather than 'Mr Smith '.
I hope all that makes sense??
Cheers
Phill
Is was all going well till this morning and now its all gone wrong!!
I have a table full of bank payments. This table is updated from a spreadsheet, which is made from an Internet banking statement. So basically every month I import the spreadsheet into the database updating 'tblbankpayments'.
'tblbankpayments' has a field called 'description'. This is a reference to the person who has paid so for example 'Mr Smith '. This reference for the past two years has been sent with two spaces at the end of the value ('Mr Smith '). Today I have received the statement and to my surprise the spaces have gone. This totally screws up another part of my database, which displays people’s payments.
So what I would like to do is create an update query that would remove all of the spaces on all of the 'descriptions' so everything matches. So the 'description' would be 'Mr Smith' rather than 'Mr Smith '.
I hope all that makes sense??
Cheers
Phill