dbTalk Databases Forums  

sort a column in a continuous form

comp.databases.ms-access comp.databases.ms-access


Discuss sort a column in a continuous form in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Roger
 
Posts: n/a

Default sort a column in a continuous form - 02-05-2011 , 05:26 PM






I have a continuous form, with a field of numbers 1,2,3,10,29
if I right click on a textbox, I can sort a-z, but I get an alpha
sort, ie. 1,10,2,29,3
without programming, is it possible to do a numeric sort from a right-
click

Reply With Quote
  #2  
Old   
zuckermanf@gmail.com
 
Posts: n/a

Default Re: sort a column in a continuous form - 02-05-2011 , 07:11 PM






On Feb 5, 3:26*pm, Roger <lesperan... (AT) natpro (DOT) com> wrote:
Quote:
I have a continuous form, with a field of numbers 1,2,3,10,29
if I right click on a textbox, I can sort a-z, but I get an alpha
sort, ie. 1,10,2,29,3
without programming, is it possible to do a numeric sort from a right-
click
Try changing the text box control source from [fieldname] to
Cint([fieldname]).
You might need to change the underlying query.
Fred

Reply With Quote
Reply




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 On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.