Cannot delete subreportI am using Access 2003 and have a report I did a while back with a simple
subreport. I want to remove the subreport but for the life of me can't figure
out how to do it. Any help would be greatly appreciated. Thanks.
Hi -
When you say "remove the sub report", what do you mean? Do you want to
delete the entire subreport control containing the subreport, or do you want
to keep the control, but change the report contained in it?
The first is easy - select the control by clicking once on it once, then
press delete.
For the second, click the control once, then set ...
Strange negative indent in plain text messagesRecently my Outlook 2007 installation decided to indent the first line
of any plain text message about half an inch to the left, resulting in
the first 2 letters not being displayed as they happen to be outside the
display area. That applies to editing mails as well as displaying mails
in a separate window and in reading pane. Up to now I wasn't able to
figure out how to reset that indent configuration. Any ideas? Thanks in
advance for your help.
sounds like a style is messed up. if the 'outdent' can't be changed using
the Decrease indent button (next to the alignment b...
How to Recover Deleted Sent Mail?While trying to delete very old "Sent" mail I seem to have deleted all
"Sent" mail. Is there a way of recovering this mail?
Have you closed Outlook since deleting the old sent mail?
http://www.howto-outlook.com/howto/restoredeleteditemsfromanoutlookpst.htm
might help.
Next time, archive the items you want removed from your active .pst file.
--�
Milly Staples [MVP - Outlook]
Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.
After furious head scratching, Sidney Friedman as...
M2004Hi All
The length of the Pay To field in the check register seems to be about 32
characters maximum. Is there any way to lengthen it?
Thanks
Jonathan
In microsoft.public.money, Jonathan wrote:
>
>The length of the Pay To field in the check register seems to be about 32
>characters maximum. Is there any way to lengthen it?
No. See
http://support.microsoft.com/default.aspx?scid=kb;en-us;171421
...
Rule for Deleted ItemsI am being told that there is a rule in place on my Exchange server that will
not empty the deleted items folder every 30 days for certain users in my
organization. I found a recipient policy in System Manager that says "Users
Excluded from Mailbox Cleanup" but it only shows 2 users and not the 3 I was
told about. But I have confirmed that the missing person has email in her
deleted items folder going back to 2005 so it must be working. Is there any
other location I should be looking? Also, we just had someone come in and
migrate our Exchange environment from 2000 to a new...
cannot delete message from deleted itemsI have a message in my deleted items folder that when
choosing delete opens the McAfee box warning of potential
virus and wants me to choose open or do not open, but will
not delete. I have tried choosing another file and
holding ctrl and choosing the file I want deleted and then
choosing delete, I have tried moving it to the desktop but
it will only copy there, I have tried every form of delete
possible. I need help. Anyone know how?
Outlook 2002.
Can you empty the deleted items folder entirely? Or turn off the McAfee
scanning temporarily to see if it makes a difference?
Julie wr...
Tabbing between text boxes and locking all else.
I have built a user form using Excel 2000, I used the "View - Toolbars -
Control Tool Box - Text Box" to make areas where the user can enter
data. I saved this as a template and when I try to move from one box
to the next using the Tab key, nothing happens, cursur won't move to
the next box. I have to use the mouse to click on the next box to make
it work.
I would also like to make the sheet so that when it is opened up, the
only place you can type are in the text boxes. I tried protecting the
sheet, but that doesn't seem to do what I am looking for. (Unless I am
doing s...
Manipulating Pivot Table Data FieldsHi all,
Have a question regarding the Data Field in pivot tables. I have a number
of rows that have repeating values. What I want in the Data Field (Sum) is a
count of DISTINCT values in the column.
ie:
FR065817 \
FR065817 |----> counted as one
FR065817 /
FR066154 \___> counted as one
FR066154 /
FR066158 -----> counted as one
FR066159 \___> counted as one
FR066159 /
However I need all the data in the table as I'm using other columns for
different fields in the pivot table. Is there a way to do this? If I have
to split the table somehow, I'm willing to do...
I can not delete a duplicate personal folders list #2Vall...
amazing that there isn't an easy fix for this. The instructions provided
simply don't work ( tools-email accounts-view change email accounts-deliver
to new account-finish-close outlook and reopen ), and none of the other
offered explanations have worked either. As this is such a common problem;
why hasn't microsoft provided a very EASY fix? I am more confused ( and
frightened ) and don't want to make the problem worse!
Your profile is corrupt, probably based on an incorrect migration of your
..pst file.
Create a new mail profile and configure it to use your exi...
Unable To Read Certain fields in Linked Excel Sheet to AccessI am using Acc 2003, but Acc 2007 should work the same (I think).
I have linked an excel spreadsheet into my Access database. Almost all of
the fields are available and can be read.
There are a few fields that I can see in Access, but its in Excel. These
fields were using a VLookUp function in excel to get the value from another
excel worksheet.
Also the linked excel sheet has fields that I believe should be text (in
Access), but its was set to be a number. I am unable to change this.
Is there a way to resolve this issue for me ???
I also assume that if I was to rea...
Retrieval of Deleted Items After Being Deleted from the Deleted Items FileI deleted a number of important emails from the deleted
items file in Outlook 2000. This may sound stupid, but I
completely emptied the deleted items file instead of
deleting them one by one. Pretty stupid, huh.
Anyone. Can they be retrieved?
Please help.
Thanks.
Sorry for sending this again but I seem to be computer
illiterate and it has taken me some time to explain the
whole situation.
Thanks again.
unless you use Exchange server with deleted retention enabled, you are most
likely out of luck, but you can try something that might help....
http://www.outlook-tips.net/howto/r...
Delete macrosI am using Excel 2002. When I click on Tools->Macro->Macros... i see 2 macros. The problem I am having is that I can't delete these macros, the delete button to the right is grayed out. How can I delete these macros?
Hi
maybe the macros are protected. Try hitting ALT + F11 to open the VBA
editor and try to delete the macros / modules there
--
Regards
Frank Kabel
Frankfurt, Germany
excel777 wrote:
> I am using Excel 2002. When I click on Tools->Macro->Macros... i see
> 2 macros. The problem I am having is that I can't delete these
> macros, the delete button to ...
Adding text content to Memo fieldI have two memo fields, Memo1 and Memo2. Memo1 cannot be edited (its locked
property is set to true).
So I have the user enter text notes in Memo2, and then I have a command
button that allows the user to add the contents of Memo2 to Memo1with the
current date. My code is as follows:
Me!Memo1 = vbCrLf & Format(Date, "mm/dd/yyyy") & vbCrLf & Me!Memo2 & vbCrLf
& Me!Memo1
Now I am recieving an error message: "Could not update. Currently locked by
another session on this machine". I belive I have about 72K characters in
the Memo1 field and was wondering if ...
pie chart legend textMy pie chart has 10 data values (e.g. 10 sectors). The
legend shows a little box with the color that coordinates
with each sector and they are automatically numbered 1
thru 10.
I have the data in a column and the respective text in an
adjacent column.
I want the legend text to come from the spreadsheet. Right
now, I get numbers 1 thru 10 next to the little box and I
cannot seem to change the text.
Maybe I have the data set up wrong? Should it be
something other than columns?
Tnx in advance for any help
Brian
becoon@twcny.rr.com
Brian -
A little work up front saves trouble lat...
Check boxes to text 05-12-10Is there any way that I can have check boxes automaticaly transfer their
information to text?
example:
Check boxes = red, blue, green
If you click the red and green check boxes, the title would be as bellow.
Title on the page = Lable order for: red, green
Thank you
Again, what you ask is at present incomprehensible. If the link I posted
earlier does not work for you then the alternative is a userform - For the
basics, see Word MVP FAQ - Userforms
http://word.mvps.org/FAQs/Userforms.htm
for a more in depth explanation, see
http://gregmaxey.mvps.org/Create_and_employ_a_User...
deleting email in outlook, freezes before i can deletei have a file with pics that symetec scanner says is to large.
i can receieve email but cannot send any.
it freezes before i can delete and says non responding.
Hi All,
I want to re-raise the old issue of Fax numbers showing up in the Outlook
Address book when one is sending an email. I know that this can be stopped
by prepending the Contact's fax number with a letter so that Outlook doesn't
see it as a valid fax number and therefore doesn't list it. What's always
puzzled me, however, is that this fix doesn't work if the fax numbers are
changed using an export to CSV...
Category fieldOutlook 2003 SP2
What's the use of the "Category" field ?
I gave every contact a category but can not use this field in any useful
way.
Outlook help states that it can be used to sort and select contacts. But
that's it. No nothing on how Categories can be used.
Is there something wrong with my Outlook or is this one of the microsoft
bells and whistles ?
I am triyng to be polite here and trying hard not to start a rant. Always
found the Outlook contacts a disaster, made for geeks by geeks.
Pol.
you can group or filter by category.
--
Diane Poremsky [MVP - Outlook]
Au...
OK to delete Deleted Items folder?I'm afraid I'll have to delete my Deleted Items folder in Outlook 2000.
When I try to empty the folder I get a "The messaging interfce has returned
an unknown error. If the problem persists Restart Outlook" message. Is it
possible to delete the entire folder and replace it with an empty new one?
Will it create any problems?
TIA
Henrik
Not possible. Run scanpst.exe against your pst-file to scan it for errors
first.
--
Robert Sparnaaij [MVP-Outlook]
www.howto-outlook.com
Tips of the month:
-What do the Outlook Icons Mean?
-Create an Office 2003 CD slipstreamed with Se...
original text spell checkedrunning exchange 2000\sp3 with outlook 2000\sp2 clients. Mail format set to
html, use word to edit html and rich text messages is checked. along with
the option to ignore original message text in reply or forward on the
spelling tab.
We are still having the original text spell checked even though our options
are set to not do this. Am I missing something?
thanks,
...
Update field w/ string based on due datesHi,
I have a form that provides a listing of various instruments that are
serviced on a monthly to annual basis, with general info about the
instrument, last and next service dates, etc..
What I am trying to do is create an On Open event procedure that will
identify all
instruments that are listed with a string of either "Past Due" or
"Schedule Vendor" based on whether each of their respective 'Due'
dates have already transpired or not from the current month.
The code I initially created for this was as follows:
Private Sub Form_Open()
Dim myDate, myDue
myDa...
How to delete chartI created a histogram and want to delete it. I select it and the faint double
border apperars. There are no square handles like in 2003. Then I press the
Delete key. The faint double border goes away replaced by a single thin black
border. The chart is still there and is not able to be selected at all.
I entered "delete chart" in the Excel Help window, and there was nothing at
all on deleting a chart. Ditto for "remove chart." I got no help searching on
the internet either.
I have Excel 2007 and Windows XP Professional
When the border changes, can you press Delete a...
Delete blank Last pageIn a word document where the last page is blank due to editing or whatnot,
how do you get rid of the frigg' thing.
This is a Visio newsgroup - your question was about Word.
However, I have had this problem as you have.
Narrowing the margins and line spacing on the page previous
to the last may get rid of this annoying "blank" page for you.
- Jeff Chapman
"silkies" <silkies@discussions.microsoft.com> wrote in message
news:BDCC1FF1-50D0-42CE-BA84-868CB26A43AC@microsoft.com...
> In a word document where the last page is blank due to editing or
> whatnot...
how to get the number of days between two date formatted fields in vba for excel?how to get the number of days between two date formatted fields in vba for
excel?
Hi Daniel,
If they are Excel dates they represent the days and fractional days past
Dec 31, 1899 if using the 1900 date system. So if you just have dates
they have no fractional components and you just subtract the earlier
date from the later date for the number of days. So it doesn't really
matter if it is Excel or VBA same method.
A1: 1998-11-28 B1: 2005-07-11 C1: =B1-A1
format c1 as number: #,##0
otherwise you will see: 1906-08-13
in VBA something like either of these, n...
field validationI need to restrict the user to enter the numbers in a field such that only
numbers like these are accepted:
0
0.25
0.5
0.75
....
4.5
4.75
5.00
(doesn't matter with the decimals but) the rule being that the number MOD
0.25 = 0
and a max of 10.
Can this be entered directly into the "validation rule" property?
Thanks
/ Jesper
I would do it in the Before Update event of the field:
Private Sub TheField_BeforeUpdate(Cancel As Integer)
If Me.TheField > 10 Or ((Me.TheField *100) mod 25) <> 0 Then
Cancel = True
MsgBox "Not A Valid Value"
...
Recovering Unrecoverable Deleted Public FoldersLong, sad story with a punch line (which is worth getting to):
Exchange 2003. Ran into a situation where a user deleted 10 public
folders by mistake. Using Recover Deleted Items to retrieve them, got
back five of the folders (the ones that were empty in the first place)
but we received the following error message when attempting to recover
the other five (the ones with actual stuff in them):
"Outlook was unable to recover some or all of the items in this folder.
Make sure you have the required permissions to recover items in this
folder and try again. If the problem persists contact you...