Viewing 15 posts - 316 through 330 (of 367 total)
I don't have a back or side door toenter my work place, only the front door but I am normally very early at the office so no-one to bother me....
June 24, 2008 at 5:02 am
As far as I know, if you use isnull then the field, when null will take the value presented in the isnull, that means that question 2 must be right....
June 23, 2008 at 12:24 am
Manie Verster (6/17/2008)
skyline666 (6/16/2008)
Can anyone provide any more help on this?
😛 In that case the keypress event should be on the textbox where you are typing. It is now 20:03...
June 19, 2008 at 9:09 am
skyline666 (6/16/2008)
Can anyone provide any more help on this?
😛 In that case the keypress event should be on the textbox where you are typing. It is now 20:03 in South...
June 17, 2008 at 12:05 pm
Good one, I never thought of a maintenance plan. Be careful though to just delete data older than a month.
June 13, 2008 at 7:22 am
Leea, the link you gave goes to the very article that are being discussed here.
June 13, 2008 at 4:12 am
I am trying to make some sense from all the squabbeling and cannot really make up my mind whether it is better to have a cursor or not. The point...
June 13, 2008 at 2:35 am
Suresh B. (6/12/2008)
It is possible.delete from TableName where ColumnName < getdate() - 31
Good answer but I would rather go for:
delete from TableName where datediff(d,ColumName,getdate()) > 31. You might also...
June 13, 2008 at 12:56 am
Today I shal ignite all my actions, both at work and play with constant sparks of enthusiasm so that my zeal and exitement in whatever I am doing will subdue...
June 13, 2008 at 12:41 am
I am not sure I've got this right but your current keypress looks like it is on the subform. It is better to do the keypress on the textbox you...
June 11, 2008 at 1:53 am
Mark Beringer (6/10/2008)
WITH...
June 11, 2008 at 1:31 am
Lux (6/6/2008)
If builders built buildings the way programmers wrote programs, the first woodpecker to come along would destroy...
June 6, 2008 at 3:10 pm
sat.offers (5/30/2008)
Function Main()
dim myConn
dim Rs1
dim Cmd1
' instantiate the ADO objects
set...
June 6, 2008 at 2:58 pm
I am not quite sure what the problem is. Are you connected to the SQL database in MSAccess? Then this VBA script will work for you. I program continuously in...
June 6, 2008 at 2:42 pm
If you made up your mind that's good because you are the one that will have to live with it. There are times when an identity column works and times...
June 6, 2008 at 2:17 pm
Viewing 15 posts - 316 through 330 (of 367 total)