A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Historical Data & re-sorting new data



 
 
Thread Tools Display Modes
  #1  
Old June 17th, 2009, 03:58 AM posted to microsoft.public.access.tablesdbdesign
Lady Chalkley
external usenet poster
 
Posts: 2
Default Historical Data & re-sorting new data

Hi,

How do I add new drop down box options, re-sort so that it appears at the
top of the drop down selection. Will this affect the historical data?
--
Lady Chalkley
  #2  
Old June 17th, 2009, 06:18 AM posted to microsoft.public.access.tablesdbdesign
Tom van Stiphout[_2_]
external usenet poster
 
Posts: 1,653
Default Historical Data & re-sorting new data

On Tue, 16 Jun 2009 19:58:01 -0700, Lady Chalkley
wrote:

You're really not providing enough information. Is this a dropdown
bound to a query? Have you considered using the NotInList event (see
help file) to add new items?
Data is sorted using an ORDER BY clause in the underlying query.
No, existing data is not affected.

-Tom.
Microsoft Access MVP


Hi,

How do I add new drop down box options, re-sort so that it appears at the
top of the drop down selection. Will this affect the historical data?

  #3  
Old June 17th, 2009, 03:44 PM posted to microsoft.public.access.tablesdbdesign
KARL DEWEY
external usenet poster
 
Posts: 10,767
Default Historical Data & re-sorting new data

I think I follow - personnel have departed so they should not be chosen but
still exist so as to display.
I add a field, something like Departed (Yes/No) and then use a sort in the
select statement like this --
SELECT EmpID, Name, Departed FROM MyTable ORDER BY Departed, Name;
This sort the non-Departed first and then by name. I displays the employee
status while making selection.

"Lady Chalkley" wrote:

Hi,

How do I add new drop down box options, re-sort so that it appears at the
top of the drop down selection. Will this affect the historical data?
--
Lady Chalkley

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:03 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.