| Thread | Last Post | Replies |
|
| security warning question | 20 Aug 2007 19:20 GMT | 6 |
I recently converted a A2000 Database to an A2003. When I launch the app I get this message: "This file may not be safe if it contains code that was intended to harm your computer." The database runs fine otherwise. I have no macros, not even ones converted to VB. I have no
|
| Changing directories after a database split | 20 Aug 2007 19:10 GMT | 2 |
I was wondering how I would be able to move the back end of a database after I split it? Currently when i try to do it i get the error "cannot find file path ........" Is it at all possible to edit where the front end is looking? if so where?
|
| 2 questions for access 2003 | 20 Aug 2007 17:37 GMT | 2 |
First question is there a way to tell who is logged into a database on a server? I did some checking and found several things at MS support for access 2007, log in run some code and get a list.
|
| Update reverse cross reference? | 20 Aug 2007 16:39 GMT | 4 |
I have a table that acts as a cross reference to related records. No we can't get different data, no we have no control over what we have, we just need to be able to manage what we have been given. lol Anyway, what I have created so far is working well. I have a subform
|
| How to change the RowSource in a SubForm | 20 Aug 2007 16:32 GMT | 2 |
Dear reader, The syntax for the VBA code to change the RowSource of a Form is: Forms!FormName..RowSource = "TableOrQueryName" But now the syntax to change the RowSource of a SubForm:
|
| Type Mismatch Error makes no sense | 20 Aug 2007 16:14 GMT | 6 |
I have the code below and it errors with "Type Mismatch" on the last line. I have no idea why. The query is based on one table.
|
| Query combobox question | 20 Aug 2007 14:40 GMT | 1 |
I have a user table with a True/False field called IC. I have a form - which is "Yes" / "No". If the user selects Yes on the form, I want only those ICs records that are True.
|
| iff and conditions? | 20 Aug 2007 11:18 GMT | 5 |
I have a report where I am trying to return the number of females and males above or below a certain age. I have no prolem with getting totals for males and females. I have an unbound text box woth the foloowing source:
|
| Report_Open bug in Access 2007 | 20 Aug 2007 00:28 GMT | 16 |
I am having a problem in a database created in Access 2003 but now being used also by users having Access 2007. The problem is that a report is causing a fault that drops them completely out of Access with a message saying "Microsoft Access has encountered a
|
| Popup Form with the message: "Other user has updated the record" | 19 Aug 2007 18:46 GMT | 2 |
Dear reader, Same times a form pops up with the following message "Other user has updated the record" and I can save my update or store it on the clipboard for update later. I am the only one user if that happens so I assume the massage means
|
| On every report using module I get "Enter Parameter Value" | 19 Aug 2007 15:07 GMT | 2 |
I can not get a module (or any module for that matter) to work without generating a "Enter Parameter Value", No matter what module I use, when I run my report, "Enter Parameter Value" pops up. I have used the module CountWorkDays from a previous post---
|
| VBA versus Query | 19 Aug 2007 04:19 GMT | 12 |
Hello, I have hit the "Cannot open any more databases" and "System resource exceeded" errors. Knew this was coming, but as I got closer to finishing the database, I hoped it wouldn't be an issue.
|
| Access Operations when sitting Idle | 19 Aug 2007 02:55 GMT | 5 |
Is there anyway that if no activity has happend (sitting idle) for a period of time that Access would could automatically close or invoke an event? Thank you in advance, Michael Kintner
|
| How do you temporarily comment out Sql code in MS Access Sql view | 19 Aug 2007 02:50 GMT | 2 |
Does anyone have an idea how to do this please ?
|
| Do Criteria Restrict New Records and Query Updating? | 19 Aug 2007 01:32 GMT | 1 |
I have a form, frmProgressReports, with qryProgressReports as the recordsource. A field in the query is named 'Select" and is yes/no, with criteria set to true. This filters the form so that only students who are in a teacher's class are available in the form.
|