| Thread | Last Post | Replies |
|
| "Exclusive Access" (or lack thereof) suddenly an issue | 04 Aug 2004 13:31 GMT | 3 |
I am a casual Access user who just ran into a new problem. In a relatively simple database I am suddenly getting messages about the fact that I do not have exclusive access to my database. And I suddenly seem to be unable to save changes made to forms for this reason. This is a ...
|
| Locking a field | 04 Aug 2004 13:00 GMT | 1 |
I have created a database and am typing the information into a table rather than a form (a lot of the fields are duplicated and it is easier to copy and paste in a table). I have one column however that contains a list of codes
|
| Standalone Program | 04 Aug 2004 12:57 GMT | 1 |
How do I go about converting a database into a standalone program that can be used on PC's with Access installed? Thanks for your time!!! Regards
|
| Comparing averages | 04 Aug 2004 06:38 GMT | 10 |
My second question today on comapring averages, but..... I have a database of assessment scores for two year groups (9 and 10) of students. For year 9:
|
| You canceled the previous operation | 04 Aug 2004 02:11 GMT | 2 |
No one has replied to my earlier message, so I am repeating my problem in more detail as I am at my wit's end. I created a relatively simple form, which allows the user to view and add details of patients. I put a filter option control on the form so that the
|
| Append Queries | 04 Aug 2004 01:38 GMT | 3 |
Do I have to create separate append queries for each separate table that I want to append data to? Example: tblCaseInfo1 appends to tblCaseInfo, then tblIndex1 appends to tblIndex, etc.
|
| Adding a new entry to a CBO | 04 Aug 2004 00:28 GMT | 2 |
I would like to be able to add new entries to a cbo (ASECContact) and I have used the statement below. I have used this same statement on other databases and it works fine. But this time Access is not liking the DIM
|
| Intro. expressions in calculated fields | 04 Aug 2004 00:26 GMT | 2 |
I have (to simplify somewhat) four fields in my query: name (text) V (number) A (number)
|
| printing | 03 Aug 2004 23:21 GMT | 1 |
I have a set of about 40 Reports that I print in my application. Is there a way to print them as a single print job instead of using a series of print statements?
|
| SELECT INTO Question | 03 Aug 2004 23:19 GMT | 1 |
I want to write a query which inserts a record entered into a main table into other tables within a database. The main table is productInfo and the productID is the primary key for this table and the other tables (phasePort, phaseQuality,
|
| Passing variables between forms? | 03 Aug 2004 22:44 GMT | 4 |
I'm new-ish to access and I am trying to take input on one form, and pass it to another. I tried to declare a Public variable in general declaractions but it doesn't seem to be working - the variable is always empty when the second form
|
| blank fields | 03 Aug 2004 22:37 GMT | 3 |
I'm very new to access and have a question for someone. I set up a query with several fields and I want to set the criteria so if a certain field (say the date field) is blank I don't want to pull that record. How can I do
|
| Problem with Variant data type | 03 Aug 2004 20:37 GMT | 3 |
I am getting an error message without a detailed explanation and can find nothing in "Help" that will help. When I run a query which is to append records to an existing table I get the error message:
|
| Simple macro not running on AfterUpdate | 03 Aug 2004 18:46 GMT | 2 |
I have a form what on the AfterUpdate event is supposed to call a macro. The point of the macro is simply to update a field value (in a table) to indicate the last time the record was updated. So, in the AfterUpdate property in the form's design, I simply call: "macContacts ...
|
| How to get form to populate | 03 Aug 2004 17:42 GMT | 1 |
I'm soo glad there's a GettingStarted NG for Access, because this is most certainly a 'getting started' kind of question. Okay, I created a new database. It's more or less an
|