A anishkgt Registered User. Local time Today, 05:08 Joined Nov 4, 2013 Messages 384 Sep 24, 2014 #1 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
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
pr2-eugin Super Moderator Local time Today, 02:08 Joined Nov 30, 2011 Messages 8,486 Sep 24, 2014 #2 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?
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?
A anishkgt Registered User. Local time Today, 05:08 Joined Nov 4, 2013 Messages 384 Sep 24, 2014 #3 Seems that the db server that i had was opening that particular databse as readonly. Restarting the db server solved everything.
Seems that the db server that i had was opening that particular databse as readonly. Restarting the db server solved everything.
A anishkgt Registered User. Local time Today, 05:08 Joined Nov 4, 2013 Messages 384 Sep 24, 2014 #4 One quick question, do i need relate tables (relationships) in the front end also. Its already related in the back end database.
One quick question, do i need relate tables (relationships) in the front end also. Its already related in the back end database.
pr2-eugin Super Moderator Local time Today, 02:08 Joined Nov 30, 2011 Messages 8,486 Sep 24, 2014 #5 anishkgt said: do i need relate tables (relationships) in the front end also. Its already related in the back end database. Click to expand... 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)..
anishkgt said: do i need relate tables (relationships) in the front end also. Its already related in the back end database. Click to expand... 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)..
A anishkgt Registered User. Local time Today, 05:08 Joined Nov 4, 2013 Messages 384 Sep 24, 2014 #6 Hmmmm i felt that its not needed in front end thanks anyway.
A anishkgt Registered User. Local time Today, 05:08 Joined Nov 4, 2013 Messages 384 Sep 24, 2014 #7 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.
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.
A anishkgt Registered User. Local time Today, 05:08 Joined Nov 4, 2013 Messages 384 Sep 26, 2014 #8 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
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
A anishkgt Registered User. Local time Today, 05:08 Joined Nov 4, 2013 Messages 384 Sep 26, 2014 #9 Finally got it sorted out it was a folder rights which had restricted earlier. So far so good.