intriguing. thanks for the link!
Buffistechnology 3: "Press Some Buttons, See What Happens."
Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!
I'm sure there are at work hundreds of happy hackers out there looking to unlock the locks, too.
Yup. [link]
If I purchase TV show episodes from iTunes, do I have the ability to transfer them to my TiVo and watch them on my TV? My TiVo is networked.
Can anyone recommend one o' them AC converters that'll let me use my laptop and electric toothbrush charger while I'm in the UK?
Your laptop charger may well be able to handle dual voltage. I don't know about the toothbrush, but check them, since it's probably cheaper to buy a plug adapter than a converter you don't need.
This doesn't sound very user friendly:
The iPhone's battery is apparently soldered on inside the device and cannot be swapped out by the owner like most other cell phones.
Users would have to submit their iPhone to Apple for battery service. The service will cost users $79, plus $6.95 for shipping, and will take three business days.
It seems like Apple was awfully quiet about this while folks were standing on line.
It seems like Apple was awfully quiet about this while folks were standing on line.
No shit. I'm surprised as hell by it, because it's a pretty obvious ground for backlash.
Where does one start if one wants to dynamically look up (i.e. based on the value in another cell) data in an Access database from an Excel spreadsheet.
::rereads sentence::
I mean, I want to use a value in Excel to look up a corresponding value in an Access table.
ita, I'm assuming you don't want to write VBA code in Excel to do this?
Um, I'm almost positive you can do it. Maybe you'd want to embed the Access table into Excel, and then filter by the Excel field? Or embed a query that takes the Excel field as a parameter?
Hmmm... maybe I'll fire up Excel and see if anything jumps out at me....
Well, if there's a way to not use VBA, I'd rather. But I'll do it if it's the only way, or easier.
Bah. I thought there was a simple, obvious way, but I can't get it to work.
How big is the table (after you filter it, if possible, but before you apply the criteria from Excel)? Because you can imbed an access table or query (maybe on a separate sheet) and then I think Excel has a lookup function you could use against it.
What I tried: I embedded a table, but the "query parameter" option is greyed out. So I created a parameter query in Access, but Excel doesn't like it.