Dual DisplaysI want to connect my Sharp Aquos flat screen TV to my computer, and see my desktop on both the TV and computer monitor.
Windows Vista Home Premium.
HP Pavilion a1610n computer.
Galaxy GeForce 8400 GS graphics card, outputs: 1-VGA, 1-DVI, and 1-SVGA. There is no HDMI port on the card.
I connected a VGA cable between the motherboard "on-board" VGA port and the TV, figuring that I could use that output to work with the TV. The computer monitor is plugged into the GeForce graphics card.
Tried the Desktop "Display Setting". It says, the number 2 monitor is "N...
Folder could not be displayedI am running Windows XP and Outlook Express 6 just fine
then one day my husband does something to my computer and
his email account won't work. My email is working just
fine but in his he cannot open his inbox. It says folder
could not be displayed, and when you send and receive it
gives you this error message:
"An unknown error has occured.
Account: 'incoming.verizon.net'.
Server:'incoming.verizon.net'.Protocol:POP3, port: 110,
Secure(SSL): No, error number: 0x800C013B"
If anyone could help me with this I would greatly
appreciate it.
Thank you
T...
Display a message box "this entry is a duplicate"How can I display a message box on a form if the shipment number is a
duplicate? I need a message box to pop up when user attempts to tab out of
the field.
Thank you.
Something like:
Private Sub txtShipNum_BeforeUpdate(Cancel As Integer)
If DCount("*", "MyTable", "ShipNum = '" & Me.txtShipNum & "'") > 0 Then
Msgbox Me.txtShipNum & " already exists."
Cancel = True
End If
End Sub
This assumes that your text box is named txtShipNum, that the name of the
field in table MyTable is ShipNum...
cumulative totals #2
I have a worksheet like this:
/ A / B / C /
/ 1 / water per day / cumulative water / beginning water /
2 / 21 / 71 / 50 /
I want a running sum in column B. In other words, I want cumulativ
water to start out at 0 (B2). when I enter 21 in cell A2, I want it t
add water per day to the beginnig water (C2)(21+50=71) and display tha
number in column B. Then the next day I enter a number in A2, say 15,
want B2 to come out to 86 (71 from the previous day plus the 15 fo
today). I will be entering a "water per day" everyday and want th
running sum displayed in B2.
Thanks for your help!!
-...
how to display values in 3 cells into one cellAnyone can help me how do I display the 3 separate different values in 3
cells into just one single cell ?
thanks so much in advance.
Either there was a typo or there's an echo in here.
That line should have been:
= A1 & " " & B1 & " " & C1
"Bradley Dawson" <bradleydawson@earthlink.net> wrote in message
news:l464b.2224$Lk5.2093@newsread3.news.pas.earthlink.net...
> In the target cell, type:
>
> = A1 & B1 & C1
>
> where A1, B1, C1 are the cell addresses that you want to concatenate.
>
> If these have number...
How to select & display distinct valuesHello,
I need help with a form please.
My form has two controls, the first being a combo box. This box should
select the company name from a lookup table. The lookup table has only two
companies in it, however, they each are repeated several time. Company 1 has
about 10 rows, company 2 has 3 rows. I used the query builder and came up
with the statement:
"SELECT DISTINCT Lktbl_Role_Master.CompanyName
FROM Lktbl_Role_Master;"
When I run the statement directly from query view, it executes perfectly and
returns exactly two rows (one for each company, in a datasheet view) ho...
Display Time in OutlookThe time setting in my Outlook is one hour behind my
actual time. I cannot determine how to change the time.
Outlook is the only item that is incorrect. Other display
times in operating system are correct. Thanks, Jodi
...
PK and FK DisplayedI am a complete Visio newbie, and cannot find the answer I need in books or
online help.
I am trying to create ER diagrams from scratch, and not connected to real
tables, using VEA. I have added tables ('Entities') to the form, connected
them with a Relationship connector, and, in the Database Properties window
I've assigned the end points to a Primary Key on the left and a Foreign Key
on the right. But the model shows the connector as running between the top
colums on both sides, whereas I want the keys to be in that upper box and
provide the connector's end points. Wh...
Formulas are displayed, results are notHello, For some reason, when I enter a formula into a cell and press
enter, the formula just stays there. Anyone know what I can do to show
the results?
I tried pressing Cntrl + `, but that didn't work.
FYI, when I cut and paste a column from a separate workbook, that
column works like normal (i.e., the formulas produce results).
Thanks for any suggestions!
Hi Mike,
Maybe your cell is preformatted as Text.
Try formatting to general then erase your =
and type it in again.
HTH
Martin
"Mike C" <js2k111@yahoo.com> wrote in message
news:f699bcd4-ad82-4a88-9759-5638c147b...
subform not loading before main form
Hi
MS Access 2003 SP2
After I did some refactoring of the subform code, the subform just
would not load. In fact, it skips the subform without any error, and
fails to load the main form as the main form depends on the subform
for some data.
My problem was
Private Const START_DATE as Date = "#00:00:00#"
I had accidentally added quotation marks around the date literal.
Since it was not throwing an error it took me 2 days to track down
this simple mistake.
Hope others won't have to waste so much time!
Riyaz
Compile
---
Hi Riyaz,
"Since it was not throwing an error i...
How do I automatically total and flag charges when they reach a s.I have to pay writers per article. I cannot pay them until their total
reaches a set amount. Then I send accounting a request to pay. Right now I
just keep typing their info into excel, which means that I retype their name,
new article name, words, price, when each issue comes out, then I put them in
abc order, then I total them up on my own if they look like they might be up
to the set amount.
But I keep thinking there has to be a better way to do this. Any ideas?
There are definitely better ways of doing this. I would need more detail on
the info you use, to really help you though. ...
Stop displaying a lineI have a line graph/chart and it gets its values using a formula and the values of another column. However this poses a problem because if there is nothing in the targetted column the formula returns 0 cause the line to drop to the bottom, instead of casuing the line to just end until a value is added to the target column. How can I do this?
Change your formula to use NA() if the cell is empty. For example:
=IF(A1="",NA(),A1)
To hide the resulting #N/A errors on the worksheet, you can use
conditional formatting. There are instructions here:
http://www.contextures.com/xlC...
A question about Console window(display or not display)I've redirected the (stdin stdout stderr) of a console window process
I spawned to a pipe.
And I want to display the redirected console window, the question is:
If I display it(set Create_new_CONSOLE in createprocess and some flags
in startupinfo), I cannot use the redirected way of pipe, which means
if i do not display, i can use the pipe communicating with the child
process.
Does it mean that as long as I disply the console window, windows will
change stdin stdout to "screen&keyboard" instead of my pipe?
That's right. If you redirect stdin or stdout then you preemp...
unattached textboxes disappear when a msgbox is displayed on a tab controlI'm using Access 2003.
I have a form with a tab control on it. I was having problems with labels
flashing and I followed the suggesting from Allen Browne -
http://allenbrowne.com/ser-46.html.
The flashing went away but now when a msgbox is displayed the unattached
textboxes that I'm using as labels disappear. They come back as soon as the
msgbox is removed from the screen.
I've searched google looking for an answer but have come up short.
Does anyone know why I'm experiencing this behavior and how to make it go
away?
Thanks,
Rick
That *is* strange. Have you tr...
does Excel support multiple display monitors?Hello All Excel Experts
How do I move chart windows to multiple display montors?? (one
computer runnng three monitors... Excel Charts will not
move off the primary monitor.
Your advice is EXTREMELY appreciated
thanks. Denni
...
Display or not display seriesI have a graph with four series but some of the series may
be blank, i.e. the series name is <blank series>. Is
there a way to not display these series on the graph
and/or legend if they are blank, and display them if they
are without deleting the series?
Thanks!
Clay
Create a chart from all the data
Select the data on which the chart is based.
Choose Data>Filter>AutoFilter
In the heading cell for the series name column, select (NonBlanks)
from the dropdown list
The series with blank name cells will be hidden in the chart.
Clay wrote:
> I have a graph with four serie...
Displaying an equationI have an equation setup that is referencing a few other cells that have
equations in them. I want to have a cell that displays this equation with the
answers that are calculated from these other cells displayed as values in the
new equation. Any help would be greatly appreciated. Thanks
Check out
http://www.mvps.org/dmcritchie/excel/formula.htm#getformula
In article <E4143E2B-360A-4B43-955F-73BF8EC60694@microsoft.com>,
"hoising8" <hoising8@discussions.microsoft.com> wrote:
> I have an equation setup that is referencing a few other cells that have
> eq...
How do I add letters to the end of totals?Probably very simple, but I'm new.
I need the total in one cell appear the same in another, but with a
'a' after it. ie 19 becomes 19a. If the original total already ends i
'a', it becomes 'b', and so on.
What is this called, and how can I do it?
Rya
--
Message posted from http://www.ExcelForum.com
Hi Ryan,
If you want to use a custom function, paste the following code into a
standard module in your workbook (instructions - if needed - follow the
code):
'----------------------------------------------
'\\ Start of Code
Function abcADD(Cell As Range) A...
SerialisationA general query
Im serialising a person object with the following member variables
Class Person
Private _forenames As String
Private _surname As String
Private _dob As Date
Private _marital_status As MaritalStatus
'Public Get and Set Properties here for each of the above
' I'll not detail them all to save space but Ill show attributes
<XmlElementAttribute(Elementname:="forename")> _
<XmlElementAttribute(Elementname:="surname")> _
<XmlElementAttribute(Elementname:="dob"...
New Email does not displayWhen new email arrives you don't know it. You don't know you have new mail
until you click on an existing email in your inbox. Any ideas?
It's a setting. But...
1. You don't tell us the program you're using.
2. We can't guess if it's Outlook or Outlook Express.
3. This is the Excel newsgroup; you're in the wrong place. :)
*******************
~Anne Troy
www.OfficeArticles.com
"Travis" <Travis@discussions.microsoft.com> wrote in message
news:D864BC01-7D98-48DA-A132-614D02E45963@microsoft.com...
> When new email arrives you don't know ...
Display 4 weeks of dataHello all,
I am trying to create a query in which data is displayed for the current
month beginning with the first day of the week, first week of the month and
ending with the last day of the week, last week of the month.
In example: Today is Friday June 1, 2007 but the first day of the week would
be Sunday, May 27, 2007. I would like the query to show data between
5/27/2007 through 6/30/2007 -OR- 4/29/2007 through 6/2/2007 for the previous
month...
Does anyone have any ideas?
First day of the current month is DateSerial(Year(Date()), Month(Date()), 1)
Last day of the current month...
Dynamic Chart DisplayI have set up many dynamic charts using named ranges with the counta
function. At times when reopened the data is not displayed properly - it will
be skewed to the left with blank intervals although all data is there. It
can be corrected by going to the data sheet and resaving the spreadsheet but
this is very inconvenient and doesn't always work. This is particularly a
problem when the spreadsheet is for distribution or to be used as part of a
presentation. Does anyone know if there is a way to 'freeze' the display so
this does not occur?
Thank you!
...
Pivot Table Running Delta totalHow can I run a runnin delta total on a pivot table instead of a sum?
the operation instead of sum would be from column Type D-S
and the totals shold be the result of the first week plus next etc.
Sum of Qty WK WK of
PastDue 1004 1005 1006 1007
Part # Type pastdue 1/23/2010 1/30/2010 2/6/2010 2/13/2010
part1 D 14010
S 1000 1000
part1 Total 14010 1000 1000
part2 D 360
S 180
part2Total 360 180
part3 D 600
S 600
part3 Total 600 600
part4 D 7980 2580
S 2040
part4 Total 7980 4620
...
net display or pole displayWe are a small beverage/specialty retailer. We have a requirement to install
a customer viewable display.
We are using a Pioneer POS that has an available USB and video port.
1. We are thinking of using a small, 7-9" monitor connected to the video
port. Can we change the size of the fonts that are used to display pricing?
2. We tried hooking up a flat panel monitor to this port, but it didn't work
(even with the net display check boxes activated). I think it is because we
did not load drivers for the second monitor. We're a little apprehensive
about messing up the touch s...
subform-on Main form not refreshing queried job listI am reposting - haven't gotten answer yet??? any ideas-Thanks!
I have a subform for jobs to be at list - when I am int the actual form it
requeries and shows only the ones checked off - when I go to the mainform
with the jobs to be at list as a subform - it does not refresh or requery
unless I close and open back up again. I had added a refresh command button
with the following code:
DoCmd.RunCommand acCmdRefresh
when i press the refresh button it refreshes the job list to be at
I add this code to the Onload of the Main form - don't want user to have to
press refr...