export to Word
Sun, 5 Oct 2008 15:40:42 -0700 (PDT)
I'm wondering if anyone can explain how to export verious header
fields from a report in Ac2003 as a Header portion of a text document
in MS Word.
Currently, I'm importing the word document into an object frame in my
Access report, but I'm told that it is preferable to wiew a Word Doc
in Word.
TIA, Richard ...
|
(List Box) This probably can't be done, but..
Sun, 5 Oct 2008 15:36:01 -0700
Is there any way to populate a list box from the bottom up? I'm in Access
2002 but can use 2003. ...
|
Const strQName As String
Sun, 5 Oct 2008 14:06:10 -0700 (PDT)
Hi,
I don't know if it will work or not. I need your comment or provide
me the right way of doing this.
It works when I use:
Const strQName As String = "Temp Data"
****************************************************************
I want to know if this make sense to you. I tried but it does not
g ...
|
display a form when access opens
Sun, 5 Oct 2008 12:46:01 -0700
when i open the access file how do i set it to open a form that is a main meny ...
|
Lookup table data from Form
Sun, 5 Oct 2008 11:40:25 -0700 (PDT)
I have a table which contains two columns.
One column for Product type, and the other column for product price.
In addition, the form that i have created contains many fields, one is
a combo box which allows the user to select the product type.
What i want to do is .... when the user selects the product type f ...
|
Conditional Formatting Part Duex !
Sun, 5 Oct 2008 06:36:01 -0700
Hi
I have a form with a background colour, that i chose from the colour wheel,
i.e. not from the standard fill pallete.
I have several fields where i want the color to change to Green or Blue
based on another field, but when i use conditional formating, the background
colour is limited to the pallette. So ...
|
Conditional formatting
Sat, 4 Oct 2008 16:50:00 -0700
I am having trouble getting conditional formatting to do what I want. I
select the control and then click on the Conditional button on the ribbon and
enter the expression. Is there a way to see the generated code?
Basically I want the color of one control to change based on the value of
another control.
...
|
|
|
is official Harvard referencing include in ms office & student 07
Sat, 4 Oct 2008 12:37:01 -0700
Regarding MS office & student 2007, WORD, can you tell me if the official
harvard referencing system is included. I can see the referencing system on
the top tab, but they are slightly different to the current harvard system.
Do I need to purchase it seperately or is it a simple update process.
All informat ...
|
filtering query
Sat, 4 Oct 2008 11:17:01 -0700
i create a query with 5 parameters. the problem is too many parmaters for the
user to remainer. when the 5 parameters are met the form is created because
the form is based off a query. the reason i needed parameter because i
created a grouping filter query in order to have the records display a
certain order ...
|
Name Stamp export to Excel
Sat, 4 Oct 2008 07:38:18 -0700 (PDT)
Hi,
Is there a way to make the data export to excel like "Bob.xls". Right
now, I try to test and still give me the name of the query.
Here is the line of the code:
DoCmd.SendObject acQuery, "Query", "MicrosoftExcelBiff8 *.xls)",
"learning_codes@hotmail.com", "", "", "Subject", "", False
I received my ...
|