get forms in back end from front end application

B

balu

dear sir,
i have the access -03 as back end with some forms.
how to access these forms with front end programing
i mean i want to get the forms in the data base by an external front end form
 
J

John W. Vinson

dear sir,
i have the access -03 as back end with some forms.

Not a good idea.
how to access these forms with front end programing
i mean i want to get the forms in the data base by an external front end form

You'll need to import them to the frontend using File... Get External Data...
Import, or programmatically using the TransferDatabase method.

John W. Vinson [MVP]
 
B

boblarson

Just as an FYI to you. You should NOT have forms in the backend. In fact,
you should ONLY have tables. Having other objects in the backend will make
the possibility of corruption much greater than if they aren't in there.
--
Bob Larson
Access World Forums Super Moderator
Utter Access VIP
Tutorials at http://www.btabdevelopment.com
__________________________________
If my post was helpful to you, please rate the post.
 

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

Top