Is your problem perhaps that the database wasn't split in to a front-end
(containing the queries, forms, reports, macros and modules), linked to a
back-end (containing the tables and relations), so that your concern is that
the data in the MDB version is out of date?
If that's the case, make the necessary changes for the MDB file and remove
all the tables from it. This will be your front-end. Create a new MDB and
import the data from the current MDE. This will be your back-end. Link the
front-end MDB to the back-end MDB. Once you know it's working, convert the
front-end MDB to an MDE, and distribute it to all your users.
There's no point for the back-end to be an MDE: MDEs don't do anything for
data.
--
Doug Steele, Microsoft Access MVP
(no private e-mails, please)
The MDB that is available to me is an extrememly different version of
the current MDE that is actually in use by the user. I don't think I
would be able to make all the changes required to make it like the
MDE.
I am able to edit the forms and reports using the MDE Unlocker tool,
so I'm wondering if there's any way to make a form control that would
override the vb and perform the same function, i.e. input the vat
value.- Hide quoted text -
- Show quoted text -
I suppose I could always convert the MDE to an MDB (minus the vb)
using the unlocker tool and then hopefully copying over the vb from
the old MDB to the new MDB will work.
Many thanks for your help btw.