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  

input mast



 
 
Thread Tools Display Modes
  #1  
Old January 13th, 2006, 11:21 AM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default input mast

Got the following to turn into a input mast

130800z Jan 06
Which means in layman's turns, the first two digits are the date for
today,
the following 4 digits are the time, the z has to remain, well you can
work
out the rest,
What I have got so far is the following

000000z LLL 00

which works
but what I need to know how to do is simplify things a little is how to
auto
generate the date and time and month and year, in the above format



any ideas


fie

  #2  
Old January 13th, 2006, 11:49 AM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default input mast

Fie,

I don't think you need an Input Mask for this. Depends a bit when this
is going to happen. If it's when a new record is created, you could set
the Default Value property of the control on your form to this...
Format(Now(),"ddhhnnz mmm yy")

--
Steve Schapel, Microsoft Access MVP


Fie wrote:
Got the following to turn into a input mast

130800z Jan 06
Which means in layman's turns, the first two digits are the date for
today,
the following 4 digits are the time, the z has to remain, well you can
work
out the rest,
What I have got so far is the following

000000z LLL 00

which works
but what I need to know how to do is simplify things a little is how to
auto
generate the date and time and month and year, in the above format



any ideas


fie

 




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

Similar Threads
Thread Thread Starter Forum Replies Last Post
input box Monty General Discussion 2 October 7th, 2005 08:33 AM
Input mask not working for importing Dion van Overdijk Database Design 1 August 30th, 2005 10:08 PM
Input Parameters Fail To Reach SP MikeC Setting Up & Running Reports 3 April 11th, 2005 02:25 AM
Input Form vba help mdalzell General Discussion 0 April 8th, 2005 03:57 PM
Input Mask Loi New Users 1 November 18th, 2004 05:44 PM


All times are GMT +1. The time now is 12:25 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.