Microsoft
Software
Hardware
Network
Question : access 2003 parse data length undetermined
Hi. I have an access db. in this db are is a table called recordlisting with several fields among with is a field called "name". the usual entry would be something like COP-Katherine Smith (made up of doc typ, COP, and party name, Katherine Smith. When running a report, i need to pull the name field but only the Katherine Smith part ...so everything after the " - " character. The first few letters may be 3 letters like in this example of several such as Complaint - Charles Johnson. Is there anyway when runing the report or even a query to only show everything after the " - "? THanks.
Answer : access 2003 parse data length undetermined
you can get the name with
trim(mid([name], instr([name],"-")+1))
Random Solutions
Access 2007 RunTime - "The command or action 'Find' isn't available now."
vba code to show a message when no records exist when a form is opened
Extracting data from AS400 into text format -- Date
Error 1332: No mapping between account names
Installing Windows 98 on a Dell Inspiron 1150 laptop freezes
MS Access Powerpoint VBA
Turn off Access 2007 Current Version Check
loop through all the DataRows in an array of data rows to update rows in a table
Update Temp Recordset using VBA
Microsoft Outlook Delayed delivery option- Would like time stamp to show in sent items when email is actually sent and not when its activated