Daer all i have a system which will process the orders when they send them by mail . i tried the autoreply of out look it dont work actualy it will send only...
thanks dude it really helped me , but is there a way that I put the songs in differnt folders with the project directory and then reference the player or the...
i am using Listview tool to show values stored in a table of MS ACCESS. i want to select any 1 row from the listview and accordingly the same row's individula...
hello again ,, the problem is not solved yet..please help me.. i need it urgently. suppose c:\receive folder has text file rec.txt here is my code 1)Dim dbs As...
Hi Friends, If anybody can send good ebooks on VB and VB.net on my email id, i would be very greatfull. Please dont ignore it, i really need that. Thanks and...
i reqire a program wihich will convert my exe fiel to may source code as i lost my program code which reqires to be modi fi plz plz help me ... Jiyo cricket on...
Hi guys :), Hi can I call or use a function? I can only use a sub. How can I use this function Function SecsToMins(Secs As Integer) If Secs < 60 Then...
Hey there - First, your function has to have a way of returning a value to the caller. I am assuming that the returned value will be a string with time...
Hi, Yeah I get it. Thanks Alot.. thanks DW <dwirch@...> wrote: Hey there - First, your function has to have a way of returning a value to the caller. I...
sql = "select * from Card where CardType =Monthly " When i write this in code its giving an error can sum 1 pls tell me fast ... Yahoo! Mail Use Photomail to...
select * from Card where CardType ='Monthly' Brunda G <lucky_4all16@...> wrote: sql = "select * from Card where CardType =Monthly " When i write this in...
Hi, I want to ask about crystal report I create reports using crystal report and i want to install it in client computer without visual basic. so, the report...
Sorry, but your algorithm is "Clear as mud". Why not: Function SecsToMinutes(Secs as Integer) Dim iMinutes, iSeconds as integer If Secs < 60 then ' Return...
Note: forwarded message attached. ... Jiyo cricket on Yahoo! India cricket Yahoo! Messenger Mobile Stay in touch with your buddies all the time. [Non-text...
can't be done i tried it umpteen times for vb6 datagrid u got 2 choices 1) use adodc 2) use a class ... __________________________________________________ Do...
I give up. I have spent 6 hours trying to get this simple SQL statement to work. This works like a champ: SQLstr = "DELETE FROM [History] WHERE [Record Index]...
I'm not totally sure if this will work with a Delete statement or not, but you could always try this: SqlStr = "DELETE FROM [History] WHERE [Record Index] IN...
Hi Craig, Date values must be used with the appropriate syntax to be understood. Access97 or more correctly the Jet Engine behind Access needs to have date ...
Dear Michael , In Access # is used and in SQL Server ' is used if field type is date.Try this sttmt as SQLstr = "DELETE FROM [History] WHERE [LogTime] < #" &...
try this one: sql = "select * from Card where CardType = 'Monthly' " or sql = "select * from Card where CardType in('Monthly') " or sql = "select * from Card...
Thanks Dan, I think you got me closer but still no joy. I have an Error routine which writes to a file the Procedure, the SQLstr, and the Microsoft error. I...
Dan, Ritesh, Michael thanks to you all it is now working. Dan and Ritesh's syntax still created an error but the error made more sense. It looked like it could...