Bill said:
Does it use 2K runtime files? how could it create an MDE without
Access?
It *does* require the Access 2003 retail version. You can either:
1) Make a copy of their template Access 2000 MDB file with the settings
already set for developers (like track name autocorrect turned off), then
develop the application using the buttons as needed, or
2) You can import the toolbar and a code module into a database (or drag the
buttons onto your built in toolbars like I do so I can use the buttons on all
databases) and set a reference to the library MDE file, then develop the
application using the buttons as needed.
When you're ready to ship your database, you delete the toolbar (if you
imported it), library reference and code module, then compile, compact and
close it. Open another Access database that has the toolbar (if you didn't
put the buttons on your built in toolbars) and library reference. Press the
"Convert to Access 2000 MDE" button and follow the prompts to pick the
database you want to convert. It'll make an Access 2000 MDE file no matter
if the MDB is in 2000 or 2003 format. Of course the usual disclaimers apply,
like it will fail if the MDB's code doesn't compile, you don't have exclusive
access, it's using replication, etc., but that applies to all MDBs anyway.
What is this *wonderful* tool, and where can I get it?
I can't give you the URL because advertising is prohibited in the newsgroups,
but you can find a link to the web site in the signature block of several
people (including 2 MVPs) who have posted answers in the Access newsgroups
for years. Once you find their web site you have to find their products,
because they don't put a link to their products in their signature blocks.
And it's not FMS or Moshannon if that's what you're thinking.
BTW there's only 14 buttons, not 15. I miscounted. Sorry about that.