G
greg
hello. i've made a simple access 2007 database which has all of 3 linked
tables in it. i used the developer option to 'package a solution' so i can
put it (along with access runtime) on a cd and get it into the hands of other
users in my company. i used the code from
http://www.mvps.org/access/api/api0001.htm and
http://www.mvps.org/access/tables/tbl0009.htm in order to link the tables
because the linked table manager doesn't work with this package solution. i
attached these two pieces of code, verbatim, to the main form of the program,
which is set to open when the file is opened. so here's the problem...
when the file is first opened, an security warning pops up cautioning that
the file is from an unknown source. if you open it anyway, an error message
indicates that i can't find the file that the tables used to be linked to (an
expected error, i'm guessing). at that point you can only click ok or help
and if you click ok, the message closes and nothing happens. the form never
opens up. any ideas?
tables in it. i used the developer option to 'package a solution' so i can
put it (along with access runtime) on a cd and get it into the hands of other
users in my company. i used the code from
http://www.mvps.org/access/api/api0001.htm and
http://www.mvps.org/access/tables/tbl0009.htm in order to link the tables
because the linked table manager doesn't work with this package solution. i
attached these two pieces of code, verbatim, to the main form of the program,
which is set to open when the file is opened. so here's the problem...
when the file is first opened, an security warning pops up cautioning that
the file is from an unknown source. if you open it anyway, an error message
indicates that i can't find the file that the tables used to be linked to (an
expected error, i'm guessing). at that point you can only click ok or help
and if you click ok, the message closes and nothing happens. the form never
opens up. any ideas?