Archive for January, 2010

What is the best way to structure a meeting database?

I would like to create a Access 2007 database to track all my meetings and keep track of who attended them. What would be the best way to structure my database to do that?
What is the best way to structure a meeting database?
Depending on your knowledge of Access and the time you have to [...]

Was the guy that tried to bomb a plane recently manipulated by a terrorist extremist group?

I heard the guy was depressed and was then manipulated by the terrorist group.
So
If terrorist groups are just going around manipulating vulnerable people so they can be used as a their puppet who is really at fault?
the person manipulating?
OR
the person being taken advantage of?
OR
both?
Should the young man be put in jail
OR
Rehabilitated at a [...]

What database program to use with programming language C ?

I have an arduino decimille (a circut board) and it is programmed in C. I sort of learned very basic programming with it but now i need it to input data (the results of an on/off switch) into a database.
What free database programs can i use that will accept input from a program written [...]

I keep getting the prompt to sign in over and over when I select my mail after signing into my email account.?

I have not been able to access my Yahoo emails from within the Yahoo sign up for over a week. I am VERY FRUSTRATED.
change your password

Will having an inner left script tattoo on my arm affect me joining the marines?

The Marine Tattoo Policy.. http://usmilitary.about.com/od/marines/a/tattoo.htm
Generally speaking it is BEST not to have any "body art"…..even when they let you in…..it can limit your assignments

SQL programming: how to combine these two statements?

How can I combine
select distinct ids from studenttable
……………then for each id…………………
select top 1 * from studenttable where id = @id order by timestamp desc
……into one T-SQL statement (IE without using loops/queues)?
BTW I meant cursors not queues
Give this a try:
SELECT a.* FROM studenttable a,
(SELECT id, MAX(timestamp) FROM studenttable GROUP BY id) b
WHERE [...]

Am I the only person who wishes Yahoo would allow questions to be filtered by age group?

I don’t mind helping out the teens and younger folks, but sometimes, I’d really just like to find some interesting debates from real adults. But it’s almost impossible to dig through all the teenage questions to find anything of real substance. I think it would be helpful if Yahoo added an option to [...]

Can I insert the SD card into the computer by using a camera?

I have a DSi and I don’t know how to insert the SD card into my computer. Can I insert it into my camera then insert the camera’s USB wire into the computer?
Yes it should work just fine but there should also be a sd slot for your card but u said u didnt [...]

How do I make a Database using MS Access to organize movies with my clients who rent them?

How do I make a Database using MS Access to organize movies with my clients who rent them?
Need to set up a few tables and have them connected to each other. From customers who rent them out to the inventory of movies that are on the shelf.
if found a description, which seems to be pretty [...]

How do you add a field in a select query in access 2003?

I’m doing this UIL Computer Applications test and it want me to add a field to the select query that says AMOUNT = Rate from the ToolsRented table and multiply it by DaysRented from the ToolsRented table. Me and my UIL coach tried to find something in the office help but came out empty handed. [...]