473,385 Members | 1,311 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

export forms?

hi folks,

is it somehow possible to export the DESIGN (not the data) of a form
into a textfile or something like this? and of course a have to
reimport this later.

i need to change multiple elements (exspecially the elementnames) in
multiple forms and this will be much easier in a textfile than the
annoying desingview of access.

thanks for any ideas
netracer
Nov 13 '05 #1
2 13021
On Sep 01 2004, 05:38 am, go****@netracer.de (NetRacer) wrote in
news:dc**************************@posting.google.c om:
hi folks,

is it somehow possible to export the DESIGN (not the data) of a form
into a textfile or something like this? and of course a have to
reimport this later.

i need to change multiple elements (exspecially the elementnames) in
multiple forms and this will be much easier in a textfile than the
annoying desingview of access.


Yes. Use the Application.SaveAsText and Application.LoadFromText methods. A
simple GUI for this can be found at
http://www.users.cloud9.net/~dfurman/code.htm (bottom of page).

--
remove a 9 to reply by email
Nov 13 '05 #2
go****@netracer.de (NetRacer) wrote in message news:<dc**************************@posting.google. com>...
hi folks,

is it somehow possible to export the DESIGN (not the data) of a form
into a textfile or something like this? and of course a have to
reimport this later.

i need to change multiple elements (exspecially the elementnames) in
multiple forms and this will be much easier in a textfile than the
annoying desingview of access.

thanks for any ideas
netracer


Application.SaveAsText acForm, strFormName, strFileName
Application.LoadFromText acForm, strFormName, strFileName
Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Paolo | last post by:
Hello, I am trying to create a procedure to export my Access data to a word template. I would like to export data from two tables to a word file at the same time. My two tables are named CASES...
16
by: David Lauberts | last post by:
Hi Wonder if someone has some words of wisdom. I have a access 2002 form that contains 2 graph objects that overlay each other and would like to export them as a JPEG to use in a presentation....
11
by: Dr. Zharkov | last post by:
We want to export myArrayVB (2000, 2) of VB .NET 2003 in myArrayVó of VC++ .NET 2003 on scheme "component - client". But there is an error. For development of a component in VB .NET 2003 we...
1
by: Punker | last post by:
Hi guys, I am trying to create export specifications for one of my queries. Now when I run the query on its own, it works perfectly. However when I try to export the data I get back the error...
0
by: stuart.medlin | last post by:
I have an application in A97 that occasionally receives run time errors (every few weeks or so). This is a data entry application where the user keys data into different forms and will then export...
3
by: jmarcrum | last post by:
I want to export a report (that contains two separate queries, 1. Current year data, and 2. split-year data) from access into excel, but everytime I run my code and export the data to excel, it looks...
3
vavc1980
by: vavc1980 | last post by:
Hello all, Is there any way to export to a text file the Record Source (or any other property value) of a form or report? Currently I'm able to export the code in the modules and the code of...
2
by: TG | last post by:
Hi! I am trying to export only the visible columns from a datagridview in my windows form in VB 2008. Should't it be no comma after the first row where the headers are? Also should...
17
by: chadh | last post by:
Hello, I'm having some troubles exporting a query to a csv file. I am able to use the doCMD.TransferText to output the query to the csv file, however, I cannot get it to use the Export...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.