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
VS2008: fatal error LNK1112: module machine type 'THUMB' conflicts with target machine type 'ARM'
How do I add a 2008 Domain Controller to a 2003 Server network?
combining sql
Can you store public folders on an external hard drive in exchange server 2003
Problem with update query
Access - Macro to Import External Data
How do I install aTube Catcher 1.0 rc2 setup.231 program?
Excel - How to split a fullname column into seperate firstname and surname columns
vb.net check if form is open
Print setup in Excel 2007