Viewing 15 posts - 61 through 75 (of 605 total)
When you schedule it to run, it runs on the server.
When you run it manually, it runs on the client that you are running it from.
Probably find the dsn used...
March 29, 2006 at 2:22 am
If I remember rightly, when you start ms access it needs to find the workgroup file and authenticate the user.
In order to get this to work, I think you need...
March 28, 2006 at 1:16 am
If you use dts, you can provide a username and password in the connection that will validate the login and allow you to select from a table.
If you have never...
March 27, 2006 at 7:18 am
Just give her db_datareader at database level.
Double click on the users name in the users folder under the database and tick the box.
However, if you have set the database to...
March 23, 2006 at 10:43 am
I joined the customer table in the function to return a list of customer names rather than IDs and it works perfectly.
I am now able to display an asp page...
March 23, 2006 at 4:29 am
Alternatively.
Paste this into general dec section
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
RedFlag1.Visible = False ' set to false at beginning
If Now > ([1st Treatment Date] + 105)...
March 22, 2006 at 8:04 am
Your way looks pretty OK to me. Slight change for you.
RedFlag1.Visible = False ' set to false at beginning
If Now > ([1st Treatment Date] + 105) Then
...
March 22, 2006 at 7:52 am
Apologies for delay in getting back to you.
Unfortunately, I have never used surrogate keys before as I have never come across the need and think they add complexity to data...
March 16, 2006 at 4:06 am
I cannot see how it is possible unless the format is consistent.
The only thing you can do is to read each line out of the text file and insert into...
March 13, 2006 at 1:27 am
Certainly not an envious task.
Does the text file always appear in the same format. IE The same number of lines, the text a consistent type?
If so, you may have a...
March 10, 2006 at 4:32 am
If you are prepared to do this manually and there is not a lot of data, you can use excel.
Select a row, copy it into excel using paste special /...
March 8, 2006 at 7:59 am
I decided to use a function.
I will pass in the ID and then cursor through appending to a variable that I will then return from the function.
There's never going to...
March 8, 2006 at 2:20 am
Genius. Thanks for the help. I just need to display a list of mail recipients on one row in an asp page, so this does the job exactly.
March 7, 2006 at 4:03 am
Why not use Enterprise manager?
I don't think any third party applications will work with it.
March 6, 2006 at 8:35 am
Viewing 15 posts - 61 through 75 (of 605 total)