You are right when you stated I need to sort by year, that is what I meant,
just didn't say it right. And then after that I just hear the voices from
the Charlie Brown cartoons "wha, wha, wha, wha, wha".
Let's start with my table. Are you saying that it should be a text field?
This confuses me so I am just clarifying it. I named the field Date and I
made it text. Then in the format box I typed in =Format(TheDate,"yyyymm"),
but it switched itself to "=For"m"at(T"h\ed"ate,yyyymm)". So right there I
am sure I messed up already. Where should I have put that formula? (I tried
it in the mask also, but it did the same thing.
I will be using a form with this table, so if you don't mind getting me
through this first step, and then I'll move on to the form.
Just some background on what I am doing. The person who had my job before
preffered to use Panorama, (a Mac program.) I have learned it enough to
start transferring the data to Access which I prefer to use,but don't know it
either, since I am using Windows. This particlular project is for our
school. My fields include the month and year along with about 15 programs.
My boss has asked me to get a report to him with 20 years worth of September
enrollment numbers. I have successfully transferred all the info into Access
with the exception of this darn date. He wants it by Friday so if I have to
I will manually put it all into excel, but I want this up and running for any
future use.
It just donned on me I could seperate the month and year into 2 fields if
all else fails, but it just wouldn't be right.
Thanks again for the help.
> I don't have enough information to give you a totally complete answer, but I
> will get started, and you can fill me in where there are gaps.
[quoted text clipped - 55 lines]
> > whatever, I am totally teaching this stuff to myself and am still learning a
> > lot.
Klatuu - 06 Oct 2005 13:47 GMT
See responses below:
> You are right when you stated I need to sort by year, that is what I meant,
> just didn't say it right. And then after that I just hear the voices from
> the Charlie Brown cartoons "wha, wha, wha, wha, wha".
>
> Let's start with my table. Are you saying that it should be a text field?
Yes, it is easier to manipulate that way.
> This confuses me so I am just clarifying it. I named the field Date and I
Don't name a field Date. It is a reserved word in Access.
> made it text. Then in the format box I typed in =Format(TheDate,"yyyymm"),
Not in the Format property box, Look at the code below with the If statement
and put that in the After Update event of txtInputDate
> but it switched itself to "=For"m"at(T"h\ed"ate,yyyymm)". So right there I
> am sure I messed up already. Where should I have put that formula? (I tried
> it in the mask also, but it did the same thing.
>
> I will be using a form with this table, so if you don't mind getting me
> through this first step, and then I'll move on to the form.
Go back and reread my post carefully. I think you are on the right track.
Post back if you have more questions. We only have 2 days to get this done :)
> Just some background on what I am doing. The person who had my job before
> preffered to use Panorama, (a Mac program.) I have learned it enough to
[quoted text clipped - 71 lines]
> > > whatever, I am totally teaching this stuff to myself and am still learning a
> > > lot.