get forms in back end from front end application

  • Thread starter Thread starter balu
  • Start date Start date
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
 
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]
 
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.
 
Back
Top