Microsoft
Software
Hardware
Network
Question : MS Access to do select statement with first three characters starting with ABC
HI
In MS Access how can I do a select statement that selects all fields that start with ABC? I want to select these fields then chop off the ABC bit, ie do an update.
Ideally I want to just write pure SQL and use the expression builder
Answer : MS Access to do select statement with first three characters starting with ABC
here is the select query
select [Fieldname] from Tablex
where [FieldName] Like "ABC*"
to do an update removing the ABC part
update tableX
set [FieldName]=mid([FieldName
],4)
where [FieldName] Like "ABC*"
Random Solutions
Can't see hidden files
SBS 2008 / Exchange Server 2007/Outlook 2007 Sync Error 0X80072F06 - Offline Address Book
Outlook 2007 prompts that it Needs Password
Create Table on the fly for BULK Insert
How do I filter a combo box based on another combo box in a subform?
Closing a form with docmd.close
Network driver for Acer one - Model za3 ------ ao751h (Intel atom 1.3 Ghz)
Cached domain credentials in Administrator account of Workgroup computer.
PictureBox DataBinding
Entourage 2008 users can no longer login/sync to Exchange 2007