I have the Front_end in the MS-Access and the database is on theserver. Have connected the database with the ODBC connecter.
I have attached the sub-form under the form. and assign the TAb
. while adding the new Record, when I clicked on the form it is showing me this error ODBC - insert on a linked table failed. (Error 3155)
. The error just pops out while clicking every on the table. even when I click on the close button, before closing the window this popup comes ODBC - insert on a linked table failed. (Error 3155)
. Dont know how to rid off from this trouble shoot.
Important Note:
The Main form has the table linked -
tblInvoices
( This table is the parent table of thetblInvoiceDetails
.SubForm under the main form has the Linked table -
tblInvoiceDetails
- this table is linked with the parent tabletblInvoices
.When i m entering the some data on main Form, and then press enter to go under Subform
then this popup appearsODBC - insert on a linked table "tblInvoices" failed
.tblInvoices
has a large amount of data ~1m rows.tblInvoiceDetails
has a large amount of data ~2M rows.In
tblInvoiceDetails
there is the foriegn key which is refer to thetblInvoices
Unique key.
Have Tried:
- Have recreated the database with the new
tblInvoices
andtblInvoiceDetails
with limited rows. - In
tblInvoices
andtblInvoiceDetails
we have added and checked the primary key in each table.
Screen Shots:
If anything you professionals required then please let me know. will share you.
Thank you. for your help.