Inserting form values into a tableWe have a form with values taken from an sql query that comes from two
different tables. We would like to enter the information into a third table.
Can some one direct me to code that will do the following:
1. Provide the Insert sql that shows us how to add the form values to the
table
2. Show us how to loop while inserting the information into the table (there
could be several lines on the form, each must be inserted one at a time).
I have worked with Access before and have never had a problem inserting
information. However, I cannot quite figure out how to insert informtion
through an ...
Exchange 2003 new install can not receive external email.I have just setup a new Windows Server 2003 standard edition with
Exchange 2003 standard edition on it. I have been working for a while
trying to get it to receive external email. I can send out and send/
receive internal messages, but when someone trys to send me a message
from outside our network they get the following returned mail message
This Message was undeliverable due to the following reason:
Each of the following recipients was rejected by a remote mail
server.
The reasons given by the server are included to help you determine
why
each recipient was rejected.
Recipient: <**...
move cell contentsIs there a way to move a cell contents to another cell with a formula. ex:
if a5="Name" then move g5 to j5? Also, I am using
=INDEX(Sheet1!B3:B12,INT((RAND()*10)+1),1) to pick random names from a list.
I have the formula in different place pick random names from different list.
This does work, but I have different list with some of the same names and
with the random pick I do not want the same name to appear.
--
Thanks for any and all help.
Davidl
Hi David
a formula can only affect the cell it is in, it can't move or change another
cell for this you need some code ...
Using part of a cell in a chart titleI have a chart which should get a title. However, this should be partly be
used from a cell e.g.
"counted with 5%"
5% should be taken from the cell and used in the title.
Is this possible?
Hi,
Yes it's possible but all of the chart title needs to be in the cell. So you
may need to use a helper cell and concatenate text and value.
http://www.andypope.info/tips/tip001.htm
Cheers
Andy
--
Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Nicole" <Nicole@discussions.microsoft.com> wrote in message
news:5CB7A971-AA7F-4C34-BB42-7DC283AA2958@micro...
visible cell onlyI'd like to use the PERCENTILE function in a list that has been autofiltered
and get the results based only on the visible cells.
I've used SUBTOTAL in order to get count, average, min and max. But I need
to get the .25 and .75 percentile figures for the filtered data (visible
cells only).
I've scoured these forums. I've scoured the web. I've found some vba code
that was supposed to select only visible cells but it doesn't work for me. I
posted last week in the programming section of these forums (and again this
morning) but got no reply. I figure...
Can I send a recurring e-mail automatically each weekI want to send a e-mail with the same verbiage to the same person once a week
and make it a recurrence with no end date. Can I set this up once in Outlook
so it is scheduled automatically?
--
Microsoft Office 2003 Version
Students and Teachers Edition
Windows Vista Home Premium
Thank-you
Happy new Year!!
Carl R
...
how do I automatically update a text box in a chart?
Hi,
You can link the textbox to a cell. When you update the cell the textbox
should reflect this.
Select the textbox border and then in the formula bar enter the complete
cell reference, for example,
=Sheet1!A1
Cheers
Andy
Kath wrote:
--
Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
...
data input in text boxWe have a form which the operator enters data in a text box. Currently we
have a 'done' button on the form that the operator clicks to send the text
box info to a vba program. How can we send the text box info to the vba
program when the operator hits the enter key @ the end of the data entry for
the text box? TIA
--
_______________________________
In Christ's matchless name
ted & colleen
n6trf kc6rue
Use the control's AfterUpdate event.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"ted" <n6trf@arr...
How can I change 'Normal' Style for Word e-mails to 'Normal (Web)'?Hi, I'm using Word as my e-mail editor in Outlook 2003 and want to change
the default Style for e-mails from 'Normal' to 'Normal (Web)'.
The problem is that new e-mails and replies in HTML format use the 'Normal'
Microsoft Word 'Style', and this has no gap after paragraphs. The upshot of
this is that when sending an e-mail, I have to press return twice to create
a gap, but when the recipient views this, their software shows it as four
gaps (the extra carriage return I typed + their correctly viewed HTML
carriage return after each line).
E.g. I type this:
...
what's the formula for adding symbols in cells?I have a chart that has blank info in the legend. I want
to add an * to indicate something, but just inserting a
symbol doesn't work. Any ideas? Thanks.
Debi -
To add information to the legend, you need to add to a series name.
Right click on the chart, select Source Data from the pop up menu, click
on the series tab, select a series, and either type something in the
name box, or click in it and select a cell with the mouse.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
http://PeltierTech.com/Excel/Charts/
_______
Debi wrote:
> I have a chart tha...
Lookup text with multiple search criteriaI know how to look up data and text using vlookup and hlookup, what I'
like to know is whether there is a way of looking up data based on mor
than 1 search criteria; for example
If I wanted to look up an item in a 4 column database, I'd us
something like this:
=VLOOKUP("Apples",A2:D10,4,false)
But that only looks for Apples. Say I wanted to lookup data based on
subcategory of Apples, e.g. colour.
If it was a number, I could use SUMPRODUCT and (assuming named range
were in use) do it like this:
=SUMPRODUCT((Fruit="Apples)*(Colour="Red")*(Total))
But obvio...
can't customize toolbarVersion: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
all i see is document elements, quick tables, charts and smartart graphics. i do not see the main menu or the toolbar button. when i attempt to customize the toolbar, the to menu bar and format bar do not appear where they should. on a website i visited, they advised that i drag and drop the temporary toolbar into the real toolbar. but i can't drag and drop the toolbar. i can only move the temporary toolbar. how do i add the menu bar and format bar for go?
You may have hidden the toolbar by accident. Click on the ti...
Automatic incremental of recordsI have a table with several records and arranged serially, i.e 1,2,3 .....25.
When I delete arecod like record number 3 I would like record number 4 to
become record number 3. But in my case Record number 4 still remains serial
number 4 although it is actually the third record. Is there a way it can be
done automatically?
njogus wrote:
> I have a table with several records and arranged serially, i.e 1,2,3
> .....25. When I delete arecod like record number 3 I would like
> record number 4 to become record number 3. But in my case Record
> number 4 still remains serial number ...
How do I merge cells with multiple data values?I've tried highlighting the two cells which are in the same row. It
suggested that I format and align. Both of which I've tried. I keep getting
the same error message, "The selection contains multiple data values. Merging
into one cell will keep the upper-most data only." I need to make the cells
one with all my information. Is this possible?
Not knowing what you want to do, let me make a suggestion. Put all your
data into the first cell and leave the second cell empty. Select both
cells. Click on Format - Cells - Alignment tab. In the "Horizontal" b...
outputting values to a range from one formula
I wish to generate a table automatically by means of a single
formula that applies an iteration on a starting given value with
a given step, and the computed values are posted/entered
automtically into cells from a given cell onwards, say below
it, until the computed value reaches a certain given limt.
This is somehow the inverse of INDIRECT or of OFFSET. These
can pull values from a variable addresses of cells. What I need
is to push values into a variable addresses of cells.
Can anyone help me on that??
Thanks. :confused
--
Shafe
---------------------------------------------------------...
[b]Can I download Excel data to a MS Access database?[/b]I've built an Excel 2002 form that I want our internal customers to
access from our intranet, and use. Once completed, they will send it
to us as an e-mail attachment. I'd like to be able to open it, and
somehow download the data from the form into an MS Access 2002
database I've built (so that we don't have to rekey it into the
database).
Is this possible or even feasible? Any and all help is appreciated.
Thanks.
:D
---------
Message sent via www.excelforums.com
Hi
in Access check 'File - Import External data'
--
Regards
Frank Kabel
Frankfurt, Germany
"...
Converting XML > DatasetHi !
Here's my problem in english :-)
I want to convert the mssecure.xml file from Microsoft into an dataset to
store it in an SQL-Database.
My code in VB looks like this :
Dim ds As New DataSet
Dim doc As New Xml.XmlDocument
doc.Load("D:\mssecure.xml")
Dim sReader As New StringReader(doc.InnerXml)
ds.ReadXml(sReader)
The problem is : At the ds.readxml(sreader) command i get an error which
told me, that there is an problem whith a relationship in "ProductFamilies"
I hope my english is good enough to explain...
Please help !
Thanks !!!
Christoph Duesmann
C...
Calculating age in a label or text box on a formHello All,
I have a text box for birthdate for a user to enter the birthdate and I want
to the age for the user to be automatically calcuated and displayed in
another label called "Age." What formula can I use?
Missy
...
Can you only merge up to a certain number of cellsI am working on microsoft excel 2003, I have a sheet that I merged cells
starting with line 8 through 43...when I type my information in the merged
area I can see all that I am typing...say it goes up to line 30 once I hit
the enter key I can only see up to line 20. Even when I print it out it only
prints up to line 20...I have checked to make sure there are not locked cells
etc. I cannot figure out at all why this is happening...is there only up to
a certain number of cells you can merge?
From "Excel Specifications and Limits"
Length of cell contents (text) ...
Convert dateHow can I convert a date in this format (mm-dd-yyyy) to a
Julian-date (i.e., YYYYDDD)?
For example: 09-13-2003 to 2003256
Hi
see:
http://www.cpearson.com/excel/jdates.htm
--
Regards
Frank Kabel
Frankfurt, Germany
gary wrote:
> How can I convert a date in this format (mm-dd-yyyy) to a
> Julian-date (i.e., YYYYDDD)?
>
> For example: 09-13-2003 to 2003256
On Wed, 8 Sep 2004 10:24:57 -0700, "gary" <anonymous@discussions.microsoft.com>
wrote:
>How can I convert a date in this format (mm-dd-yyyy) to a
>Julian-date (i.e., YYYYDDD)?
>
>For exa...
Can anyone help ?I have created a holiday planner for staff with in are company
and i need a formula that gives us only 10% of the total number of staff are
off on holiday.
would be greatful if anyone could help.
Hello - If you have a total somewhere (I would suggest inserting a column on
your spreadsheet titled Total and then entering a "1" if the person is going
to be out, then total the column of "1"s by entering "=SUM(x:y)" where
x=first cell in the range, and y=last cell in the range), in a different
cell, enter "=.1*z" where z equals the total of people out...
Can I make messages unable to be forwarded by the receiver?We are interested in setting up a private email group at work that receives
semi-confidential information.
Is there a way to make the emails that these users will receive unable to be
forwarded to people outside of the group? Make private, or somehow else
prevent the information from getting outside of the approved recipient list?
no. and you can't keep people from printing it, copying and pasting the
contents of it, taking a screen shot of it, etc, etc...
"Jonna Kosalko" wrote:
> We are interested in setting up a private email group at work that receives
...
can't add groups to public foldersI'm having a problem with my public folders - I can't add groups to them. I
used to be able to, and now the members in a given group are unable to
access that particular public folder.
I can add individual users fine, but not groups.
Anyone know how to fix this?
Do you have sufficient rights in AD? What I am getting at, is that you need
rights to change a group type to security.
--
regards,
Michael Abbaticchio
MVP for Exchange Server
http://exchange.mvps.org
"Glenn" <nospam@yahoo.com> wrote in message
news:%23N3yrgRoEHA.3324@TK2MSFTNGP10.phx.gbl...
> I&...
Can't view messages with AutopreviewMy current view is set to preview all items, however, my
mail is not displayed in autopreview
...
Sum column values that contains text &/or dates
Column D3 thru D43 contain a mixture of values & dates. For example:
D3 = 16,026.76
D4 = 11-18-05
D5 = blank
D6 = 6,855.34
D7= 11-03-05
D8 = blank
D9 = 5,270.00
D10 = 11-02-05
Need sum to equal 28,152.10 (total only values from entry or formulas)
Thanks so much. mikeburg
--
mikeburg
------------------------------------------------------------------------
mikeburg's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=24581
View this thread: http://www.excelforum.com/showthread.php?threadid=489114
If your dates are text strings which say "11-18-05"...