| Thread | Last Post | Replies |
|
| Removing characters from a string? | 16 Mar 2007 01:44 GMT | 1 |
Can anyone tell me how to remove the last 11 characters of a string? Much thanks, Clint
|
| help witj date | 15 Mar 2007 20:34 GMT | 2 |
Hi I have this code: hellig = DCount("Helligdag", "Helligdage", "Helligdag = #" & start & "#") There shall count days from a table if date (Start) is in the table
|
| ACC 2000: VBA Import Text Files into Memo field | 15 Mar 2007 20:23 GMT | 3 |
With Access 2000, is there a way to use VBA to import the contents of a Text file into a Memo field of a table?
|
| Store AutoID after programmatically adding new record | 15 Mar 2007 19:16 GMT | 6 |
I'd like to be able to append a new record into an existing table, where the data for the record comes from earlier in the VBA code; then I need to find the Primary Key field for the record I just added. I have code that adds a new record to a table:
|
| Can not execute MSysobjects because of permissions | 15 Mar 2007 16:49 GMT | 2 |
I am trying to open and access fill using .Net 2.0 and the OLEdb. The db opens but when I try to read the msysobjects with a select I get an error that the table does not have read permissions.
|
| list of properties for objects in class MSGraph.chart.8 | 15 Mar 2007 15:42 GMT | 2 |
I am trying to find a list of properties on the objects of an MSGraph.chart.8. Specifically, I am trying to set the colors of the lines for the data series in a line graph and I do not know the specific property name(s) to do this.
|
| Code to add index when making linked table | 15 Mar 2007 14:33 GMT | 2 |
When I link to a SQL table from the Access File-->External Data etc it gives me a chance to designate the Primary Key. That allows the linked table to be updatable and insertable, without the key it is read only. What I can't seem to figure out is how to add an index to a linked ...
|
| Please help...how a field automatically update every year....? | 15 Mar 2007 14:24 GMT | 1 |
I am working on a grade school database. I would like to set a field for each grade. How can the field automatically update evey year? For example, a student is in G1, the field will update to G2 in Sept. Please help....
|
| Can I have some help please? | 15 Mar 2007 10:59 GMT | 26 |
I've tried posting this twice but no reply. I am using the following code to export field info to an email but it works fine ONLY when I first open the DB. When I try to click on the button again I get the 2957 run-time error. The "DoCmd" line gets highlighted.
|
| Run-time error Method 'Open of Object' _Recordset' failed | 15 Mar 2007 03:25 GMT | 6 |
I get the subject error message when I run this query from Excel VBE. I am trying to populate a combo box in Excel by connecting to an Access database. The connection string and sql for this as follows. Appreciate all advice given.
|
| VBA Schema Changes | 15 Mar 2007 02:36 GMT | 3 |
Just need some help please with the syntax to make a Schema change in Access from VBA. For instance (one that works) :- Set tbd = dbs.TableDefs("tblAL")
|
| Run-time error | 15 Mar 2007 00:04 GMT | 1 |
I have a database that has been working for years with multiple users on a run-time of MS Access. For some reason, one of the users started getting the message, "Execution of this application has stopped due to a run-time error.
|
| is [] needed? | 14 Mar 2007 23:26 GMT | 3 |
Is [] needed in definition of parameter query.when is it supposed to used? Clara thank you so much for your help
|
| ADOBD recordset on Informix database - values always divided by 10 | 14 Mar 2007 21:27 GMT | 1 |
Disclaimer : I'm a programming idiot, who is programming via patching together examples I find from other people to accomplish what I need. I'm hoping this is an obvious error that I'm missing just because I'm overwhelmed. I am extracting data from an Informix database, via ...
|
| automatically relinking tables from external database | 14 Mar 2007 14:30 GMT | 11 |
I have a database with 4 tables. 2 are from an external database called controllers.mdb This database is run in 2 places. The primary location is on a server and all computers on the server point to "r:\r&m\site_info_sheets\maindatabase.
|