| Thread | Last Post | Replies |
|
| Backend database ... scared about performance | 18 Dec 2007 23:40 GMT | 2 |
I have a client who is wanting me to develop an Access DB or VB app that is basically a fairly simple call tracking system. They are expecting approximately 15-20 users, and possibly about 25,000 calls per year.
|
| Why is .edit not available? | 18 Dec 2007 23:34 GMT | 8 |
Here is the code up to the relevant point. When I try to obtain rst.edit, I am only offered rst.editmode Dim DB As Database Dim RST As Recordset
|
| (newbie) how to create monthly subforms? | 18 Dec 2007 21:54 GMT | 1 |
I'm trying to create a simple data entry database that has yearly / monthly forms for which I want 6 different update fields. I have a tbl_Projects which is the main form. This holds the fields, ProjectID (PK) and ProjectName.
|
| Should I upgrade my Windows 95 version of Access? | 18 Dec 2007 18:36 GMT | 13 |
SInce about 1996, I have been happily using MS Access for Windows 95, but would now like to upgrade to a recent version. If I get a Windows XP version, will I be able to import all my Access 95 files without problems?
|
| Copy data from one table to another. | 18 Dec 2007 17:06 GMT | 6 |
I need a little guidance here. I have set up a table for job estimates with a large number of data fields. On the estimate form is a command button to convert the estimate to a scheduled job. When the user clicks the button I would like to copy certain fields and paste them to ...
|
| Prevent two people from signing in at same time using the same login info? | 18 Dec 2007 13:38 GMT | 4 |
this is probably very simple but I don't know. Is there a way to prevent two people from signing on to an Access Application using the some login information???? I can't have two people on the application at the same time with the
|
| how to update a repeated record | 18 Dec 2007 06:17 GMT | 3 |
just really want to know if someone can help me with a query. I have the following table [item code] [product name] [entered date] [obsolete]
|
| Formatting in memo fields | 18 Dec 2007 00:29 GMT | 7 |
Is there any way that individual words or phrases can be formatted within a memo field? Obviously, the whole field can have formatting applied but I'm interested in being able to format just part of the field. This will be in a report
|
| Using expression to change font colour on form tab.. | 17 Dec 2007 20:23 GMT | 3 |
I was wondering if anyone could help me. I have an access form with tabbed pages on it. I would like the colour of the tab name to change when a user inputs information into the fields on the page, i.e when they start a new record all the tabbed pages have their name in black
|
| delete same entry from different tables | 17 Dec 2007 16:22 GMT | 2 |
I have a form that I have subforms in. I have set up relationships between all tables for cascading delete so that once I delete from the main table it should delete the entry that shares the relationship in the other tables as well. It's not.
|
| A97 delay between subform field update and actual table update... | 17 Dec 2007 16:14 GMT | 1 |
If the RecordSource for subform SF on main form MF is a query and I change one of the field values in the subform control from 75 to say - 13 and click on another record, the value in the underlying table is changed. It
|
| Auto increment in text field in access 2007 | 16 Dec 2007 13:53 GMT | 3 |
i encountered a little problem. bear in mind that i am an amateur in this access thing so... Anyways, here is the problem. I have a text field in which i would like to have an auto-incrementing combination of text and numbers. for example, i would like it to say "Working
|
| System generated combined number from existing fields | 16 Dec 2007 13:48 GMT | 10 |
I have searched high and low for a sample for this, and I just can't find any. Sorry for the length! Background Information The issue revolves around setting up a system-generated increase in
|
| Error in Parameter query in SQL | 16 Dec 2007 11:03 GMT | 4 |
I have problem of coding the parameter query which does a cumulative sum of quantity of a group of same chemical item. I get error "Too many parameters. Expect 1". If I were to remove the parameter from the Query2 QBE criteria, these codes work fine.
|
| selection criteria spread on multiple rows | 16 Dec 2007 10:51 GMT | 1 |
I'm having the following problem. I have a table that contains information about books people read, i.e. each row has two columns, people id and book id. I need to do the following query: retrieve the list of all people that
|