la_luna_llena (
la_luna_llena) wrote2009-08-27 11:08 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Entry tags:
Basic MS Access question
I am trying to calculate the difference between 2 dates in an MS Access Query, and then have that difference impact the addition of a value to a new column.
I have [PepsiDate] and [VisitDate] from a couple of
For example, the first date is [PepsiDate] and the second date is [VisitDate]. If [VisitDate] - [PepsiDate] is within 7 days, I want to update a new column [PepsiWithin7] to say 'Yes.'
Is there a way to create this populating? or for the new field to maybe just subtract dates the way I've described?
x-posted to
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-community.gif)
no subject
Go in your Design Query, add VisitDate & PepsiDate, in a new column right click in the field section and pick Zoom, then type Difference: [VisitDate]-[PepsiDate]
Theoretically you could then do the following, but I think that I'm setting something up wrong and Access maybe isn't recognizing [Difference] as a number, but here's what I did so far:
New field, zoom -
PepsiWithin7: IIf([Difference] >= "7","Yes","No")
GOT IT!!!
The quotation marks around the number 7 were confusing it.
Re: GOT IT!!!
Also, I didn't realize about Zoom and was poking around in those tiny boxes. this is much easier.
Re: GOT IT!!!
I actually love solving problems, so this was a nice break for me from my more monotonous work.
Re: GOT IT!!!
New tag -- Database. Because reading RaceFail all day doesn't pay the bills.
Re: GOT IT!!!
I discovered that getting pissed off every day about something new was a waste of energy. And more often than not I was as annoyed with the GroupThink and assumptions drawn as I was with the Fail.
Re: GOT IT!!!
Yes, you're only a good person if you're putting in as much energy as the MOST INVOLVED PERSON! Also, theoretical and sociological explanations are always superior to scienctific and biological ones. You,
no subject
no subject
I use IF THEN regularly for my work in Excel to help the sales reps keep track of their customers' expiring contracts. Don't want to know how much my life would suck if I hadn't figured out how to make Excel do 90% of my work for me!
no subject