How do i access my primary yahoo account if i cant remember the security question answers?

November 22nd, 2011

The answers I type in are incorrect and that account has folders that can’t be afforded to be lost. Please help!
The answer to the first question is accepted but the second question’s answer is incorrect. I have no clue why.

If you do not know the answers to your security questions, Yahoo refuses to allow you to access your account at all. This is to protect all accounts from mischief. One user suggested that a few people have had success by entering their zip/postal code or birth date as security answers. Yahoo allows you to invent your own security questions just so it will be easier to remember the answers.

How do I link a Google form to an access database?

November 16th, 2011

I know I can download an Excel spreadsheet with the data from the form, and then import it into Access. But I would like to do something to the effect of having Access pull directly from the form and automatically update the database. Is this even possible? Thanks for any help!
In reality, I want to skip actually downloading the excel file manually. I’ve heard there are programs out there that will download specified files to certain locations on an automated basis. Would this be a better way?

You only need to write you some VBA in access to pull data from an Excel spreadsheet.

How to calculate next date after based on the input date in microsoft access?

November 9th, 2011

I have created a microsoft access 2007 database to record computer servicing days. I want once I put the date I have serviced the computer on the Date of Service filed, the database to calculate automatically 6 months as the Due date of next service and store the value on the Next date of service field. How do I do this.

Bad design. Don’t store a value that can be calculated.

Instead, have a query that does it. Something like:

NEXT SERVICE: [ServiceDate]+180

And format it to date. When you run a query, it will show when the next service is due.

How can I pull data from a microsoft access database into an IPhone developement environment?

November 6th, 2011

Currently I have an XCode setup but Im willing to try new IDEs if necessary.

Basically i’m looking for any way to connect straight with microsoft access database from an iphone or ipad application.

Use SQLite to solve software problems quickly for embedded systems, mobile applications, web applications and desktop applications. Use it to design smart data structures, and write complex data manipulation with just a few lines of SQL.

SQLite gives you the full power of SQL in an embedded database. It can be dynamically linked (.so or .dll) or statically linked (.o or .a) into your application and it is about 300 kbytes in size. It is as easy to program as POSIX primitives fopen/fclose/fread/fwrite.

How do i open a table in my ms access database into a pdf view?

October 21st, 2011

Hi,

On my work it states : Print screen the final report in PDF view.

How can i do this im using ms access 2010. Ive already tried going into print and seeing if the option was there, but unfortunately it wasn’t.

Thanks

Maybe you need to install a pdf printer firstly before use the print screen function.

You can try to download a pdf printer, I am using simpo pdf creator lite, it’s a freeware.

Then install it and open your ms access 2010, go to Print and choose it as printer, click OK to print to pdf.

I always use this way to print my office or images to pdf format, it works well.

How do I access Bios on Dell Optiplex 755?

September 14th, 2011

Someone gave me an old Dell and I decided to install Windows 7 OS. Ii started installing just fine. Then it restarted and now all I have is a black screen with a blinking cursor. I can’t access BIOS and F8, F12 and F2 do not work. I only hear beeps when I press any key. Please help.
I tried hitting del and esc and all get are beeps.

try the DEL key or ESC, normally del on a DELL, oddly enough : /

I really need to gain access to the online book for McGraw Hill Buen Viaje Spanish 3 book. Help!!?

September 11th, 2011


If your school bought ebook rights, you would have been given a user name and password.

I need some help with parent access?

September 9th, 2011

Everytime I go to the PRT parent acess website, It asks for my student ID.
I put my name and last and my date of birth and it cannot be found. I look in my schechule and looked at the ID number and it still wouldn’t work and I need to review my grades, ASAP. :( Help?!??!

Speak to your teacher about how you can obtain technical assistance for the website./

access HELP!!!!?

September 6th, 2011

"no unique index found for the referenced field of the primary table" error each time i try and link tables. i have everything linked and just need one more link… ive looked at it for hours, everything is perfect i have no clue wats wrong!!! data types and field types are the same, same format etc

check the primary key , u may havent assigned the proper primary key yet

how do you connect or use you ms access database in the internet?

September 2nd, 2011

is a software or what code do i use to link or connect my MS access databases on my website? anyone help me pls… ill give points to whoever answers my question..
and plss answer my other question…

Contact your webhost provider, if they support ms access, they’ll help you with this. If they don’t support switch over the host provider once tenure period is over. Most host provider support ms sql. That’s good database to store information.