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 / Queries / April 2008

Tip: Looking for answers? Try searching our database.

similar Records

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Justin - 23 Apr 2008 04:44 GMT
I have a text field that users entry in attribute data.  These attributes
change frequently and to provide a smooth flow I allow users the ability to
create the attributes.  Unfortunately they don't always follow the same
convention.   Luckly it is always at the end of the string, but some use
"Bottom" or "Btm" or "Btm:".  Is there a way to write a query that will
recognize these as he same.  I thought about a conversion list, but there are
thousands of attributes, the list would be hard to manage.
Evi - 23 Apr 2008 10:57 GMT
Whenever you have this sort of scenario, you know that you need another
table. This is what databases do best.
Store the available attributes in a table. Put the primary key into your
data entry table as a foreign key and put a combo box into your form so that
users can choose the value they require.

So, for instance, if attributes (whatever you mean in your database) is one
field which you have to fill in when you are buying something, then
TblAttributes would have
AttribID (Primary Key, Autonumber)
Attribute (eg Bottom, Top or whatever YOU decide a user should enter to
describe this)

your Purchase table
could contain
its own primary key then
AttribID
as a foreign Key field. A combo box based on TblAttributes would allow your
users to make a suitable selection
Evi

> I have a text field that users entry in attribute data.  These attributes
> change frequently and to provide a smooth flow I allow users the ability to
[quoted text clipped - 3 lines]
> recognize these as he same.  I thought about a conversion list, but there are
> thousands of attributes, the list would be hard to manage.
Justin - 23 Apr 2008 15:24 GMT
There is a look-up table to control this.  However, after ten years and many
different users similar attributes have been recorded.  I'm looking for an
easy way of grouping them, rather than changing.

> Whenever you have this sort of scenario, you know that you need another
> table. This is what databases do best.
[quoted text clipped - 26 lines]
> are
> > thousands of attributes, the list would be hard to manage.
 
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



©2009 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.