Hello, I have 4 columns in MS-Word. Each column is shaded gray. But each column length can extend longer then the other. When this is the case the long column continues on page two.
When Print Preview it looks great but when i print the 2nd page column loses the shading. Any ideas how i can...
Thanks PHV.
If I leave it with # it reverts back to the old format 1/1/1970. Tried "1970-1-1" but i still get 2003 and 2004 data.
What else can I try?
Thanks in advance
Hello,
Having a hard time with Unix Time in a Query. This is what I got
Field is
Date: (Format((DateAdd("s",Trim([DATECREAT]),#1/1/1970#)),"m/d/yyyy"))
Then in the criteria I have a between statement as follows:
between #9/14/2005# And #9/15/2005#
My results return:
9/14/2003
9/14/2004...
Try creating Backup Jobs with BackupDevices for the days
Then on the job that you want to overwrite include the INIT.
Let me know if it makes sense or not.
Hello,
I am getting a BCP error that I cant see to resolve
CTLIB Message: - L6/O8/S5/N3/5/0:
ct_connect(): directory service layer: internal directory control layer error: Requested server name not found.
Establishing connection failed.
The server name is correct. Tested it with an ODBC DSN...
use INIT which will overwrite the previous
INIT
Specifies that all backup sets should be overwritten, but preserves the media header. If INIT is specified, any existing backup set data on that device is overwritten
TSQL would like this:
BACKUP DATABASE [DBNAME]
TO [BACKUPDEVICE]
WITH INIT ...
Txs PHV for the feedback.
The problem is that it works on other Win 2000 PCs with Access 2000. Just one of the PCs has this issue.
All the Access and Excel components with the sample databases are installed. Any other ideas?
Hello, got a strange problem
I have a command button on a form that exports a Query to Excel.
<b>Private Sub Command11_Click()
DoCmd.OutputTo acOutputQuery, "qryMonthly", acSpreadsheetTypeExcel9, , True
End Sub</B>
On click I get the following Run-Time Error
<b>Run-Time Error 2282
The...
I am having trouble with a SQL Server 2000 datatype in MS-Access 2000.
In SQL server it is a Numeric (6, 4) or 0.0123 or formatted as 1.23%
MS-Access link object to table the datatype becomes Currency so my value becomes $0.01 and I cant convert it to a percent.
Any ideas?
Please, help ! ! !
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.