The access tag has no wiki summary.
0
votes
1answer
41 views
how to plot data from csv file?
I'm looking for a way to plot data imported from a .csv file much like the pivot chart view of an Microsoft Access table.
I'm just having problems with Microsoft Access 2010 and was wondering if ...
0
votes
0answers
21 views
Remove Password of Access DB [closed]
Possible Duplicate:
Remove the password from micrsoft access file
somebody has infected an access mdb with an password. I'm able to read the password with some password revealers. But the ...
0
votes
0answers
7 views
Access 2010. Create list of checkboxes (automatically) for seperate values, not multivalue
I'm trying to create a form whereby I can add multiple values to a table, I want to select the values using a list of check boxes, but there are a lot of values- is there anyway to automatically ...
0
votes
2answers
48 views
Microsoft Access Macro - is there a way to copy records with a macro?
I have written a macro in Microst Access that runs a make-table query, opens the table and selects all the records. (I don't know VBA so I have to use macros).
Then I copy all the records and ...
0
votes
2answers
22 views
Two Access fields into Word without delimitation
I have two fields in Access, FN and LN that need to be converted to word without being separated by anything except a space. For instance, John in FN and Doe in LN should appear as John Doe, rather ...
0
votes
0answers
82 views
Can't access to my VPS
I try to connect to my VPS but I can't, even if i use an another computer. But when I use a different connection (other IP) it works.
So I was wondering, why my VPS blacklist my IP ? And where can I ...
1
vote
2answers
96 views
Script to count number of times a file has been accessed
Under Linux, is it possible to write a script that can count the number of times a file has been accessed in the local file system, and by whom?
How would I monitor such a thing and create a log if ...
0
votes
0answers
12 views
How to print every diferent value of a field access
I have a table [Address] with the fields
[State]
[City]
[P.O. Box]
There are a lot of people who live in the same state, city and different P.O. Box. How can I create a report to ...
0
votes
2answers
128 views
Linux Mint (Ubuntu) Microsoft Access Replacement?
I've just switched over from Window to Linux Mint, and the only thing I'm missing is a replacement for Microsoft Access.
I'm aware of LibreOffice (which comes installed), are there any others I ...
1
vote
1answer
73 views
Migrating Access Database to MSSQL backend
We have a database at cadets that uses Access for all functionality and data. It's starting to get slow and not always update. I know that Access 2003 and higher (not sure on older ones) lets you ...
1
vote
3answers
85 views
why can't *.exe file be run due to permission issues
This error popped up in Windows 7 Home Premium when I right clicked an exe file on my desktop and selected "Run as Administrator". What would cause this? How can I run this file? Is this error ...
2
votes
1answer
72 views
How to access single files from partially broken disk?
My laptop fell down and now I cannot start it. BIOS Hard drive tests shows "Error Code: 0000 Read Verification Failed" on the 0% of the test.
I need to copy data from the disk and thus I took it off ...
1
vote
2answers
46 views
Install Second Copy of Windows in a Partition, Block Access to other Partitions
I want to lend my computer to my flatmate so that he can play some games for which his computer is underpowered.
Is it possible to install a second copy of Windows 7 into a separate partition and ...
0
votes
2answers
25 views
How do I relate these access tables without losing data?
I have an excel flat file with about ~6k records I want to put into a MS Access database. The original Excel fields are:
Name
Address
City
State
Zip
DOB
CaseNumber
DateSentenced
AmountDue
I saved ...
2
votes
2answers
106 views
“X cannot be done because file is open in another program” Possible to figure out which?
Every once in a while I'm told by Windows that I cannot perform a certain action (like deleting a file) because "the file is open in another program". However, it never tells me which program.
Is ...
1
vote
3answers
82 views
Cannot access one specific site on two computers
As of yesterday, I cannot access my university's website with either my Laptop (Windows 7, I used Firefox/Chrome/Opera/Safari/IE) or my desktop (Ubuntu, Firefox). Both computers can access any other ...
2
votes
1answer
23 views
Missing something from Security 101 - No Sudo -> Boot to Recovery -> Add to admin -> Voila?
May be this is a silly question but yesterday I found myself struggling to execute the sudo command because apparently I was taken off the list on my own machine for some reason. What I did was to ...
1
vote
0answers
29 views
Mirror a Microsoft Access 2007 file as a SQL database?
We have a Microsoft Access 2007 database that we would like to mirror as SQL database (typically MSSQL or MySQL, but we are flexible here). The mirrored database is only used for read-only purposes. ...
0
votes
1answer
241 views
How to hide folders for people that have no access on Windows Home Server?
I have Windows Home Server 2011 running. I can create users and set their permissions on folders, however it would be nice to hide the folders they don't have access to anyways. Is there a way you can ...
0
votes
1answer
48 views
Unable to get access to Router even though internet is working
I'm able to access internet but when I type 192.168.1.1 in the browser address bar, I'm unable to get router access, the page just won't open and I'm not even reaching password screen whereas earlier ...
0
votes
1answer
43 views
Importing data to Access 2007, appending table
I have a database and one column, lets call it "Code", has entries like 111 and 13A. I want to append new data to this table from a CSV file. If I try to import using the "Append a copy of the ...
0
votes
0answers
59 views
When using the Access Table Analyzer Wizard, I get the error “Cannot define field more than once”
I'm trying to normalize a very simple dataset:
user_id | role_id
I have a table with 60,000 records, and all I need to do is turn this into a join, so one table contains users, and another table ...