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.

could you delete a file in xp and then lock access to it? or the other way around?

August 30th, 2011

I have an assignment to do to put system utilites in order of operation. I don’t know if you would or even if you could delete a file then lock access to it?? Is it possible to still have access to it once it is deleted? I did rename a file so perhaps you can have access that way? any help would be greatly appreciated.

Are talking about deleting system files then man hell is about to break loose. Once a file is deleted it is actually moved to the recycle bin and programs cannot access that file. Please don’t delete anything from your system folder.

Verizon Mifi Help! Access changing randomly?!?

August 27th, 2011

Hello! I recently got a Verizon Mifi so i could have internet at home for my laptop (I’m running Vista btw). It connects fine, but every so often, maybe a few hours in, the icon in the system tray telling me about it will change from saying i have "Access: Local and Internet" to "Access: Local only", and naturally that means i have no more internet. Why does it do this, and is there any way i can fix this?

Midi is for business use when you’re in the middleof no where and need Internet access and are not worried about the cost.

At home it’s much better to get broadband if available from your local ISP and not worry about paying per GB. With a router you can connect several computers or devices at once.

If anyone knows anything about Microsoft Access, please help me with a Multiple Choice Question???

August 24th, 2011

When working in Microsoft Access, you edit the table and table fields in:

A: The Design View
B: The Datasheet View
C: The Pivot Table View
D: The Pivot Chart View

Also, tell me how sure you are.

design view I have built myself many databases.

Where do I find the network security key or password to gain internet access on my computer please help?

August 22nd, 2011

I have AT&T uverse and I use a wireless card to get internet to my computer. However I unplugged everything from my computer including the wireless card when I moved the computer to a different location. Now when I try to get on the wireless network (my other 2 computers can), it says i need a network security key or password. I don’t know this. What do I do? Is there a way that I can find the password on the 2 other computers and use that for the password?

Ask the Network Administrator of the network you are trying to access…

Why does Micosoft Access request that I save a copy of the database from the cloud to my C-drive?

August 20th, 2011

The Access Database is saved to a cloud. Every time I try to open it, Access requests that I save a copy to the C-drive. Why can I not open and make changes to the original database in the cloud?

Access was not intended to be used to access remote databases. It was designed for local computer or LAN use.

How can i connect an access database in vb6?

August 18th, 2011

What are the codes to connect a database and to access it? what objects to use?

Your Code is here

http://www.google.co.in/cse?cx=partner-pub-6409613696427350%3A6n554v-b36r&ie=ISO-8859-1&q=VB6+tp+Access+DB+connection+code&sa=Search

Vote this as best answer

How do I have multiple users access a file used in an Access database that’s stored on a server?

August 16th, 2011

I have created an Access database to look up information. The file that the information is coming from is stored on a server. If more than one person accesses this database it will lock up. How can I fix this so multiple people can look up Information at the same time?

The basic problem with Access is that it not really designed for multi user.
Each client pulls the entire file, takes ownership of the file until it has finished with it. This is called file locking.

What I would suggest would be to use Access to create the database and then use an access to sql converter and then run your application in some form of SQL (ie MYSQL or MS-SQL or similar)

You can use the query sql view in access to look at the structure of the SQL queries you need. You may need to do some hand editing.

SQL based programs can use record locking which is much more multi user friendly.