Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / General 1 / May 2008

Tip: Looking for answers? Try searching our database.

Access populate field in table from another field in the same table

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
sd_eds - 20 May 2008 21:40 GMT
I have two fields, "Item" and "Information" in the same table.
"Information" contains three items from a seperate table created by a
lookup. I would like to substring out the first item and place it in
the "Item" field. Is there an easy way to do this? I would like the
"Item" field to populate after the contents of "Information" have been
selected. Thanks in advance for any assistance.

Item          Information
Item1        Item1 Item2 Item3
Tom van Stiphout - 22 May 2008 02:56 GMT
With a combination of Left$ and InStr you can pick apart the
Information value and arrive at the Item value.

You are dangerously close to storing redundant information, a no-no in
proper relational database design.

-Tom.

>I have two fields, "Item" and "Information" in the same table.
>"Information" contains three items from a seperate table created by a
[quoted text clipped - 5 lines]
>Item          Information
>Item1        Item1 Item2 Item3
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.