Adding New Records To A Linked Table

anishkgt

Registered User.
Local time
Today, 05:08
Joined
Nov 4, 2013
Messages
384
hi,

Is it possible to add new records to a linked table ? i tried it out but new records is not possible, is there a workaround for this.

Thanks
 
Linked Table as in the DB split between Front end and backend both using Access or SQL/ODBC linked table?

If it is the former, show some code or explain how you are trying to add records?
 
Seems that the db server that i had was opening that particular databse as readonly. Restarting the db server solved everything.
 
One quick question, do i need relate tables (relationships) in the front end also. Its already related in the back end database.
 
do i need relate tables (relationships) in the front end also. Its already related in the back end database.
Not necessary. Although when performing JOINS I think you will have to do it manually, as the relationships will not be available in the front end (not 100% sure though)..
 
Hmmmm i felt that its not needed in front end thanks anyway.
 
Ok seems like the issue with adding records to linked table did not go away.

I noticed that the db itself after opening it shows as read-only, which it shouldn't. But after restarting the pc with the backend db it works fine.
 
But after some time everything seems to be ok. Is it because that particular linked table is locked for some reason if so is ther
 
Finally got it sorted out it was a folder rights which had restricted earlier. So far so good.
 

Users who are viewing this thread

Back
Top Bottom