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 / Forms Programming / April 2005

Tip: Looking for answers? Try searching our database.

form cbo box 2 columns saved to two fields?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Brook - 11 Apr 2005 04:09 GMT
hello all,

  I have a combo box that I use for my order entries, the combo box is
based on the values that I have entered:
 
   Column 1 > Order Type > I want to save this to field ordertype in my
tblorders
   Column 2 > Order Abbreviation > I want to tsave this to field orderabbr
in my tblorders

 any suggestions?

Thanks,

Brook
John Vinson - 11 Apr 2005 06:35 GMT
>hello all,
>
[quoted text clipped - 7 lines]
>
>  any suggestions?

One suggestion is...

Don't.

If orderabbr can always be deduced given the knowledge of ordertype,
then storing it in tblorders would be redundant and - not merely
unnecessary - but bad design, since once it's stored then either
ordertype or orderabbr could be changes, making it invalid. Ordinarily
you'ld just look up orderabbr by a Query joining to OrderTypes.

If you have some good reason to do this, post back.

                 John W. Vinson[MVP]    
 
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.