I am new to distributing applications via the Developers Toolkit. I used the Package Solution wizard, created the setup files (including the runtime files) and distributed it to a couple of users withing our company. The problem I am having is that the packaged database exists on our network...
Thanks for the response. How is the best way to clear all the data in the table and use an append import? Is there some simple VBA code that I can assign to a button?
I have some pretty good VBA knowledge in Excel but have done very little in Access.
Thanks,
Jason
I should also note that I can successfully append data to the MakeSchedule table using a saved import. It is only the overwrite import that does not work.
Thanks,
Jason
I have a saved import routine that has suddenly began giving me trouble. The import should overwrite the existing data. When I try to run the saved import, I get the error:
"You can't delete the table 'MakeSchedule'; it is participating in one or more relationships."
Any idea what causes this...