the macro works, thanks.
I'm only having problems with the replacement text: { XE <something>}
I get an error message if i want to look for "{ XE*}" or "^0123 XE*^0125".
hi,
I don't have much experience in using VBA with Winword 2k, but i need to write a macro to find some text in a document and delete it.
the text looks like this { XE <index-name> }.
can somebody give me a hint how to start?
thanks,
jeph
nice, that was exactly what I needed.
the requery was still giving me some trouble because it kept "kicking" values from the field2 in other records, but with your piece of code I could remove it.
thanks,
jeph
well, you could try something like
Do While (Len([Stage]) < 6)
[Stage] = [Stage] & " "
Loop
of course youll need another do loop to do this until eof. ;)
just check the length of the string and if its smaller than six, just add another blank.
hi,
im having some trouble with using drop down boxes in a form with data sheet view.
field1 is a drop down box i can choose a value from. after that im doing a requery on field2 which is another drop down box with values depending on the choice i made in field1.
it works so far with one record...
No I don't mean that. Sorry, there's a misunderstanding. I need a function to check the available disk space. IF there's more free space than FileLen(dbname) THEN I want to backup the old database ELSE the user gets a warning and has to make some more room.
Greetings,
<a desperate> jeph
Hi,
is there a way to determine the available disk space on my harddrive? I need to copy some databases and therefore check if there's enough space left on my disk.
Thanks,
Jeph
Recently I wanted to update a database of mine.<br>So i added the two forms i had changed and another form which was to replace the old forms in the other db. Now what happened was: the first form was replaced and when the second was to be replaced access97 gave me the error message "Object...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.