Programatically (VB) copy forms from one db to another

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

It is possible to programatically copy a form from one database to another
using Visual Basic?

I would like to update the forms in a front end user database on a network
each time the user logs in.
 
uh use my automagic auto-fe updater

it's called 'Access Data Projects' and you don't have to worry about
bloated frontends; you can run them across the network (keep them all
in one place)

it works like a charm

MDB is a crutch
 
1) IMO, u could use CopyObject method in VBA, see Access help.
2) Instead of copying objects why don't you simply copy full FE MDB to
client's machine?

Vlado
 
As Vladimir states, it's usually far better simply to replace the user's
front-end, rather than futzing around trying to ensure it has the most
recent version of each object.

Take a look at the free Auto FE Updater Tony Toews has at
http://www.granite.ab.ca/access/autofe.htm
 
Text that A a r o n K e m p f wrote snipped.

Note that this person is really A a r o n K e m p f and that he is not an employee
of Microsoft.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
I am puzzled why I have been identified as Aaron Kempf. But, I am new to this
kind of thing (actively participating in on-line discussion).

Anyway, I assure you, my inquery is genuine.

Is there some way to copy forms from one database to another using Visual
Basic?
 
Jerry Petron said:
I am puzzled why I have been identified as Aaron Kempf. But, I am new to this
kind of thing (actively participating in on-line discussion).

I apologize. From your perspective that was quite misleading. I'll have to figure
out a better appraoch.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top