473,396 Members | 1,702 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,396 software developers and data experts.

Replacing text...

Hi everyone,
Does Access have a find/replace feature hidden somewhere? Almost every
other Windows program I've used has one, but I can't find one for
Access.

I'm creating forms with hundreds of variables and need the caption to
be different on the form than on the table. Long story short, if I
could do a find/replace to remove part of the text from the caption of
those labels, it would save me a lot of time, but I can't find one.

Similar problems with editing a table in design view...no find/replace
is making a very simple task into something incredibly long and
monotonous.

May 31 '06 #1
4 1324
On 31 May 2006 10:16:54 -0700, Ja************@gmail.com wrote:

Nothing built-in. "Speed Ferret" and "Find and Replace" are two cheap
utilities that fill the gap.

-Tom.

Hi everyone,
Does Access have a find/replace feature hidden somewhere? Almost every
other Windows program I've used has one, but I can't find one for
Access.

I'm creating forms with hundreds of variables and need the caption to
be different on the form than on the table. Long story short, if I
could do a find/replace to remove part of the text from the caption of
those labels, it would save me a lot of time, but I can't find one.

Similar problems with editing a table in design view...no find/replace
is making a very simple task into something incredibly long and
monotonous.


May 31 '06 #2
Hi,

you can export that form in a text file

Goto visual basic editor and press CTRL+G
then on the intermediate window type this.

SaveAsText acForm, "Form1", "C:\Form1.txt"

be sure to replace Form1 with the name of the form you want
to edit.Since it is already a text file you can use notepad-find and
replace.

After you have done editing you can import that text file
by using this.

LoadFromText acForm, "Form1", "C:\Form1.txt"

HTH

May 31 '06 #3
When did SaveAsText/LoadFromText become available?
Jun 1 '06 #4
w_a_n_n_a_l_l_ -@-_s_b_c_g_l_o_b_a_l._n_e_t wrote:
When did SaveAsText/LoadFromText become available?


The are hidden methods that have been available since at least A97 and probably before.
Not supported by Microsoft (that's why you won't find them in the on-line help) and
not guaranteed to be supported in future versions.

(Although they are in Access 2007 beta2)

--
'---------------
'John Mishefske
'---------------
Jun 1 '06 #5

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

Similar topics

13
by: yaipa | last post by:
What would be the common sense way of finding a binary pattern in a ..bin file, say some 200 bytes, and replacing it with an updated pattern of the same length at the same offset? Also, the...
6
by: Peter Foti | last post by:
I have seen lots of examples where some HTML text is replaced with a background image using CSS. For example, replacing the text of an <h1> with a graphical logo, like so: CSS: h1 span {...
7
by: Rob Meade | last post by:
Hi all, Been a long time since I've been here... /me waves to all.. Ok - my conundrum.. I have a form where a user can enter text and BB codes...for example:
2
by: thehuby | last post by:
Isn't inserting good data and getting it out of a db a pain in the a$$? I am going to be using the Markdown text to HTML parser (http://daringfireball.net/projects/markdown/dingus) for creating...
12
by: Adam J. Schaff | last post by:
I am writing a quick program to edit a binary file that contains file paths (amongst other things). If I look at the files in notepad, they look like: ...
32
by: FireHead | last post by:
Hello C World & Fanatics I am trying replace fgets and provide a equavivalant function of BufferedInputReader::readLine. I am calling this readLine function as get_Stream. In the line 4 where...
6
by: saif.shakeel | last post by:
Hi, I need to replace a string in xml file with something else.Ex - <SERVICEPARAMETER id="_775" Semantics="subfunction" DDORef="_54"> <SHORTNAME>rate</SHORTNAME> <LONGNAME>rate</LONGNAME>...
2
by: gsuns82 | last post by:
Hi all, I have to replace accented characters from a input string with normal plain text.I have coded as follows. String input = "ÄÀÁÂÃ"; input=...
4
by: wildman | last post by:
RE: Replacing Text without changing case?? This code works great, but case has to be exact. Research.Text = Research.Text.Replace(textboxSearch.Text, "<b>" + textboxSearch.Text + "</b>") ...
1
by: =?ISO-8859-1?Q?S=F8ren?= | last post by:
Hi guys I got the following code: ------------------------------------------------------- Dim Word As New Microsoft.Office.Interop.Word.Application Dim Document As...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.