Forum Discussion
VicInUtrecht
Mar 14, 2023Copper Contributor
Linking a frontend to a backend
In older versions of msaccess I could link my tables in the backend to the tables in the fronteend. In Microsoft 365 I will get links to tables with a number attached to it. All my VBA, queries and f...
- Mar 15, 2023
arnel_gpThanks for your response, arnel. Your advice worked on my testset. Now I will work on the FE with some 20 linked tables.
arnel_gp
Mar 15, 2023Iron Contributor
just maybe there is Already an existing linked/local table with same name that is why when you create a New Linked table it Renumber it.
make a copy of your FE.
on the Copy (FE), remove all linked table and try to Create new link.
make a copy of your FE.
on the Copy (FE), remove all linked table and try to Create new link.
VicInUtrecht
Mar 15, 2023Copper Contributor
arnel_gpThanks for your response, arnel. Your advice worked on my testset. Now I will work on the FE with some 20 linked tables.