I have two tables like Parent-Child. In Parent table, there are 7211 records. In Child, there are 169498 records. Between these two tables, there is no relationship (means haven't set Foreign Key, but using parentID). In Child table, there are extra…
I have this problem: I'm using a SQL Server 2008R2 backend and MS Access 2000 frontend where some tables are connected via ODBC.
Following Structure (Tables all on SQL-Server):
Import (not connected to Access)
Products (connected via ODBC to…
So I have some textbox on my form,and on the last textbox, I turn off the enable so instead of asking the user for the input, I want to make the value on the textbox calculate automatically when the user input on another textbox, so I set the…
Our application needs to create an .mdb (MS Access 2000) file from VB.NET. We use ADOX for this using as connection string
Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB:Engine Type=5;
This works well. However, now we want to allow 64-bit compilation…
I was having an issue with ms access 2000 in which I try to enter the same field in a query multiple times and it only displays the field once. As in if I entered the field with the number being (for example) 8150 multiple times, it would only…
Please help to resolve my problem.
I'm getting an error "Concurrency violation: the UpdateCommand affected 0 of the expected 1 records" when trying to update a newly added table record in MS Access (2000 format) database (.mdb) from my application…
I know you can use Drop Table to drop a table, but is their a way to delete a query? I'd prefer to use ADO and not DAO to achieve this, if that is possible, as with DAO you have to open the database and ADO you do not.
I have an application that uses an access 2000 database currently in distribution.
I need to update one of the recordsets with additional fields on my customer's computers.
My data controls work fine as I have them set to connect in access 2000…
I need to display data in a lastname, firstname, salutation format. However there are a few rare instances where salutation is null, so I wouldn't want to display firstname, if salutation is null. Or there (doubtful) could be a possibility that…
I have two near-identical databases (the second was a copy of the first, and then modified with different company/product information). There is an aging report that never worked right, that I had to fix. I have it working on one database (A), but…
We have an Access 2000 application linked to SQL Server 2008 database. Now we are going to convert it to Access 2013 application (again linked to SQL Server 2008). What issues I'm going to face, and what is the best solution to take? Thanks for your…
I am having a strange problem. I have written a query in MS Access which inserts a value perfectly in database when run from MS Access, but when same query is executed from C# then it shows the "Validation Text" as OleDbException and insert command…
A ms access 2000 mdb file is hosted on a network drive. Inside this mdb, tbl_History table has 42,223 records. Every month, new 2,400 records are stored on this table.
A customized application developed by VS 2005 is queried on this table. The query…
I have an access databse (from an opensource project) that's in Access 2000 format.
All text fields, I've looked at, have ALLOWZEROLENGTH set to TRUE and DEFAULT to "" (empty string).
On conversion to Access 97 (using Access 2003) the…