Re: Can I create a date field in a make table query?
- From: Tcs <someone@xxxxxxxxxxxxx>
- Date: Wed, 19 Jul 2006 10:23:32 -0400
"my current method" is my going into Table Design and MANUALLY changing the field type from Text to
Date, after I build the table. Like I said. There *IS* no code to *change* it, just *build* it:
Serv Start: IIf([UTSSYY]>50,[UTSSMM] & "/" & [UTSSDD] & "/" & (1900+([UTSSYY])),[UTSSMM] & "/" &
[UTSSDD] & "/" & (2000+([UTSSYY])))
So the question is, can I specify that this field be of type "Date" in my query, and if so, how?
On Tue, 18 Jul 2006 15:51:32 -0500, "Duane Hookom" <DuaneAtNoSpanHookomDotNet> wrote:
What is "my current method"? We haven't seen any code, query, sql, sample.
data, values,...
- Follow-Ups:
- Re: Can I create a date field in a make table query?
- From: Duane Hookom
- Re: Can I create a date field in a make table query?
- References:
- Can I create a date field in a make table query?
- From: Tcs
- Re: Can I create a date field in a make table query?
- From: Duane Hookom
- Can I create a date field in a make table query?
- Prev by Date: Re: How to query the blank date field?
- Next by Date: Re: Don't Include Duplicates
- Previous by thread: Re: Can I create a date field in a make table query?
- Next by thread: Re: Can I create a date field in a make table query?
- Index(es):
Relevant Pages
|