No Current Record in Microsoft (MS) Access Query
I just battled this for two days before finding an answer so I want to post it. I recently was getting a "No Current Record" error in my MS Access query when I tried to include a Yes/No field and use a left join.
I finally figured out why: Access forces the field to be 0 or -1 (in my case) and does not allow nulls. When you have a left join you can get nulls. The solution was to convert the Y/N to text and then do the comparison.
In your Query, just build it like this:
ucase([Y/N Field Name])
this makes it a nullable text field instead of a Y/N.
Good luck!
Monday, December 01, 2008
Monday, October 06, 2008
Friday, October 03, 2008
I'm tired of Sarah Palin's "Let's pretend that American's want the dumbest person in office" approach. Tired of her making intelligence seem unnecessary. I personally WANT the Harvard big-wig in office. I want the SMARTEST PERSON IN THE COUNTRY to run the country. Look, we've had an idiot in office for 8 years and we're now in the worse shape of our past two generations.
Sarah Palin needs to drop the "I'm the right person because I'm a typical person" campaign. We're in a crisis and we need intelligence, not home-spun tales from the soccer field.
Sarah Palin needs to drop the "I'm the right person because I'm a typical person" campaign. We're in a crisis and we need intelligence, not home-spun tales from the soccer field.
Subscribe to:
Posts (Atom)


