| Thread | Last Post | Replies |
|
| Run-Time Error '2467' | 26 Jun 2007 22:11 GMT | 2 |
I've converted an Access Database from 2000 to 2007 using the SaveAs feature. I have a code as such that works perfect in Access 2000. Private frm_WS As Form Line 1: Set frm_WS = frm_WorkSchedule.Form
|
| Hey | 24 Jun 2007 20:50 GMT | 3 |
|
| problem migrating from access to mysql | 24 Jun 2007 11:45 GMT | 7 |
Well i have a problem migrating an mbd file to mysql with the migration toolkit.I have used migration toolkit for migrating an access file but this one is different than the old one i succeded. First of all,for this data2007. mbd file i have created an mdw so as to be able to have ...
|
| A97 to SQL? | 18 Jun 2007 19:49 GMT | 13 |
I have a split, FE/BE A97 mdb, that I have been 'developing' for about 8 years now: and it works great!! As it has grown, more people are using it: typically 4 or 5 people are now using it at a time (from seperate workstations, each with seperate
|
| Missing xml driver in Access | 18 Jun 2007 19:47 GMT | 6 |
I reinstalled Access 3 times but it still doesn't have the ability to import from an xml file. Where is the driver please? I tried re-registering msxml.dll, but that didn't work. (This is a re-post of a question I sent 5/7, but there was no response.)
|
| Autonumbers vs Identity Key | 18 Jun 2007 19:46 GMT | 11 |
I've got my database (2002) upsized and working well in SQL Server for everything except one hairpulling thing. In Access, when i have a table column defined as an AutoNumber, if i add data to a form, the autonumber field is automatically populated. Now i find that once in SQL ...
|
| out going email | 18 Jun 2007 18:33 GMT | 2 |
I have a question. I can receive my emails, but I cant send one on Microsoft Mail I've gone to the help area, and checked and rechecked everything I did to set up my account. but again, I can get my emails but I cant send one, now the response I get is error # 0x800ccc19, can ...
|
| Export Tables to SQL Server | 10 Jun 2007 17:12 GMT | 20 |
I have a database already in Access 2003, and want to export the structure (just the tables, not the data) into SQL Server Express 2005 (there are no stored queries, macros, etc... to worry about). What's the easiest way to do this?
|
| Compile error when converting from A2003 to A2007 | 10 Jun 2007 09:48 GMT | 4 |
Converted working Access 2003 apps to Access 2007. Now get compile error on this code in a subform:: Dim rs As Recordset Set rs = Me.RecordsetClone
|