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 » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Two Qustions



 
 
Thread Tools Display Modes
  #1  
Old December 26th, 2009, 04:57 PM posted to microsoft.public.access.forms
Anatoly Kurilin
external usenet poster
 
Posts: 21
Default Two Qustions

Hi, the Format (MiTime, "Short Time") command works fine in code and returns
the string "09:35" when the time is 9:35 AM. But then used in forms or in
queries it returns "9:35". Is there any way to make it return exactrly the
same string as in code "09:35"?

Is it possible to find out when the processs of filtering of sorting
finished in a form?

Thanks in advance,
AK


  #2  
Old December 26th, 2009, 07:57 PM posted to microsoft.public.access.forms
Arvin Meyer [MVP][_2_]
external usenet poster
 
Posts: 2,310
Default Two Qustions

Try this:

Format([MiTime], "hh:nn AM/PM")
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


"Anatoly Kurilin" wrote in message
...
Hi, the Format (MiTime, "Short Time") command works fine in code and
returns the string "09:35" when the time is 9:35 AM. But then used in
forms or in queries it returns "9:35". Is there any way to make it return
exactrly the same string as in code "09:35"?

Is it possible to find out when the processs of filtering of sorting
finished in a form?

Thanks in advance,
AK




  #3  
Old December 28th, 2009, 03:01 PM posted to microsoft.public.access.forms
BruceM via AccessMonster.com
external usenet poster
 
Posts: 448
Default Two Qustions

Regarding the second question, it is when you see the filtered or sorted
recordset, unless I miss the drift. Did a specific situation prompt the
question?

Anatoly Kurilin wrote:
Hi, the Format (MiTime, "Short Time") command works fine in code and returns
the string "09:35" when the time is 9:35 AM. But then used in forms or in
queries it returns "9:35". Is there any way to make it return exactrly the
same string as in code "09:35"?

Is it possible to find out when the processs of filtering of sorting
finished in a form?

Thanks in advance,
AK


--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/200912/1

 




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 02:20 AM.


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