| Thread | Last Post | Replies |
|
| Access 2007 ADP: incompatible ADO code | 18 Sep 2007 11:51 GMT | 2 |
The code below works in Access 2000, not in Access 2007. ADO returns that it supports AddNew, but when I call that method it gives me an error: "Object or provider is not capable of performing requested operation". That seems a contradiction.
|
| RDD ADS for bcc question? | 18 Sep 2007 08:35 GMT | 1 |
Work also with harbour with bcc? Is possible a upgrade from bcc to vc to vxh?
|
| Make MDE From MDE | 18 Sep 2007 08:29 GMT | 6 |
I'm using the following code to create mde from mdb. It runs OK for 3 of my applications, but fails (without an error) for a fourth. On Error GoTo ErrorBackupProgram
|
| Attach Member Billings to an Email | 18 Sep 2007 01:26 GMT | 3 |
I have written a program I am selling to Chamber of Commerces. I want to attempt to add a feature where a user can email member billings via an email attachement. Can someone direct me to someone or something that can give me some guidance how to accomplish this. There may be a ...
|
| End of support for Access 2003 | 17 Sep 2007 21:40 GMT | 1 |
Has there been a date announced that MS support for Access 2003 will end?
|
| The dreaded error 3197 | 17 Sep 2007 21:25 GMT | 8 |
I have a large-ish (~70MB) .mdb file that until recently was the backend database in a split multiuser setup. After a client hung and quit w/ Task Manager, I ran a compact and repair operation that otherwise appeared uneventful, all subsequent attempts to open the
|
| Upgrading to A07 | 17 Sep 2007 20:15 GMT | 1 |
I have migrated my A97 app to A07. There are a couple of issues that came up. Perhaps they are related. The first item is that the A97 app had several custom menus which came over in the conversion to A07. I want to get rid of them as they don't
|
| Text Boc on Report won't hold user data entry... | 17 Sep 2007 20:13 GMT | 4 |
I have created a report. This report needs to display records between two dates entered by the user. I put two text boxes on the report so I can enter the start and end date - I set them to use an input mask of 'short date' format. The problem is that when I enter
|
| Goto next record w/filter (Repost) | 17 Sep 2007 18:43 GMT | 2 |
I need to put a button that allows the user to move to the next record. On the form, I have a list of employees that are filtered by the company they work for. Obviously, if I use the simple Gotorecord command, it will pull up the next
|
| compacting question | 17 Sep 2007 16:49 GMT | 1 |
I do a routine compact and repair on a back end MS Access 2002 database. This time I had something peculiar occur. The compact started as normal, than the following error message popped up (I shortened the path for this post):
|
| combining data in crontrol source | 17 Sep 2007 16:26 GMT | 2 |
All, I'm trying to combine 2 fields into one on my form, I got it to work by combining them in the control source of an unbound text box: =[DistrictID] & " " & [TeacherNum]
|
| Referring to tables in a query | 17 Sep 2007 14:57 GMT | 1 |
I want to be able to use DLookup in a query, extracting a value from a Table to form a new field in the query. For interest, I have a record of Beetle sightings and record a unique number (J) for each species. I have a table that defines Beetle
|
| Reference a VB 6.0 DLL, causes Access not to be able to close | 17 Sep 2007 10:12 GMT | 4 |
I reference a DLL that was developed in VB 6.0 in MSAccess program & Excel add-in. When I close my Excel add-in, Excel closes without any problem. When I close my Access program, Access does not closes. The program
|
| How do I buiild this table ???? | 17 Sep 2007 09:25 GMT | 1 |
I hope somebody out there can help me with this. I am in the proces of building a database and the database is cointaing informations regarding patients undergoing surgery. I want to create a "feature" in the database where I instead of having
|
| how do I set "gutter" margins? | 16 Sep 2007 21:06 GMT | 7 |
I was so sure this was easy that I left it for the last minute and now I'm stuck. I'm working on the student directory for my kids' school and since it will be printed on 3-hole punch paper, we need the margins to switch: big left margin on the even-numbered pages, big right ...
|