If I want to create a new table on a customer BE can I create it on the FE snd use vba to copy it to the BE on first run ?
I do have routines to update links
*** Edit ***
This seems to work for empty tables too. Exactly what I wanted
Only thing it won't copy is the PK. This I can do with ALTER TABLE ALTER COLUMN.