| Thread | Last Post | Replies |
|
| Question for aaron about access security | 15 Jul 2008 00:23 GMT | 11 |
This is a copy from the post below - This "could" be against the forum rules but I think it's too important not to have it's own thread so sorry if I offend anyone. But if there is a security risk with sending e mails from access it should
|
| New Database..Need help | 14 Jul 2008 23:40 GMT | 3 |
I am a beginner with Access. I have taken one course and have gone through my textbooks and I am still lost. My employer needs a database for reporting lines keyed by operators, etc. I need help. I can create my initial table by importing the data from our ordering system no ...
|
| View or retrieve Outlook attachments via Access | 14 Jul 2008 21:17 GMT | 1 |
I am currently viewing my e-mail through Access, and would like to view attachments too. Any way to do this without going into Outlook? Thanx
|
| You cancelled the previous operation Error. | 14 Jul 2008 20:32 GMT | 5 |
What do this error message mean?
|
| underlining | 14 Jul 2008 20:09 GMT | 3 |
Whenever I compacted and repaired the database, I have underlines on all of my names, i.e. tables, forms, reports. What's up with this? Thanks!
|
| When do you use a pivottable ? | 14 Jul 2008 20:02 GMT | 3 |
Can anybody help me in clarifying : 1) What is a pivottable ? 2) When do we use it ? examples would be useful Thanks in advance
|
| flashing text colour | 14 Jul 2008 19:22 GMT | 4 |
Hi, I Have a real simple question, I have a check box on my form that the user ticks if required, I have a bit of code running to turn the label colour of the check box blue if true, is there a way of making the label text turn blue and then red and then blue etc etc so it looks ...
|
| Formats | 14 Jul 2008 18:58 GMT | 3 |
I have a spreadsheet that is linked to an access database. I have a sum of the duration event in my spreadsheet equal to the following: 37:29:14. This is in the following Special Format: [h]:mm;ss. After it is imported into Access, my format is changed to the
|
| Cannot Assign Value to Bound Control | 14 Jul 2008 18:54 GMT | 1 |
In Access 97, I can assign a bound control (to a linked table) a value in the Form_Open event with no problem. I'm creating a new record when I open the form. Me.master_id.SetFocus
|
| Form wrangle | 14 Jul 2008 18:51 GMT | 2 |
I have a form "Navigation" with a button "Administration". The "Navigation" form opens maximized however when I click on the "Administration" button the "Navigation" form restores when the "Password" form pops up. I would like the "Navigation" form to remain maximised when the ...
|
| How to Sum Two Sums in Report | 14 Jul 2008 18:30 GMT | 2 |
I have a report where, in the footer, I need three totals: Total Employee Amt Total Spouse Amt Grand Total Amt
|
| too many fields in a table | 14 Jul 2008 18:26 GMT | 7 |
Using Access XP. The main back end file (There are 5 BE files ) contains the table tblStudentInformation with over 40 fields already, ALL the FE files use some of the fields in this table, I need to add 12 more fields but I know it is not good to have too many fields in a table. ...
|
| Password Box | 14 Jul 2008 18:22 GMT | 4 |
I have the following (from this newsgroup) which acts as a password box :- Private Sub Administration_Click() Dim strPasswd strPasswd = InputBox("Enter Password", "Restricted Form")
|
| Compress and Repair | 14 Jul 2008 18:04 GMT | 11 |
I am about to compress and repair an Access 2007 BE database for the first time after its first three weeks of use that saw it grow from 20 megs to 35 megs. Is it required or advisable to compress and repair the 30 FE databases that link to the BE?
|
| Query Delete Duplicates | 14 Jul 2008 17:42 GMT | 2 |
I am trying to delete duplicate imported records in a table. I have done the find duplicate query wizard. But what I am trying to do is make a Delete Query that will go through the table and delete duplicate records. How do I do this?
|