That might have been the answer when I first started, but I am pretty much finished with my help files (a very large project), and the only problem I'm having...
You basically need to remove the single quotes from your SQL statement. When comparing number values, you do not used quotes. Only text values are compared w/...
I haven't thoroughly analyzed your code, but here's a couple of points that might help: - Date values in Access and VB6 are recognized if surrounded in pound ...
Hi Club! It has been quite a while since I wrote something in my own club lol It's magnificent to see people from all accross the globe commicating & helping...
just as a beginner I wowld like to say thank you for starting this group jack john ... __________________________________________________ Do you Yahoo!? Yahoo!...
hi fronoman! i'm glad that you have started this club...you know it really help me a lot that the member are reponding and giving idea to my questions. chris ...
Thanks to those who responded to my problem. It WAS those pesky #s. I had them in and out dozens of times but apparently not the last time. Now two days into...
Hi can some one help me on my form I have WebBrowser1 and RichTextBox1 what I want to do is select and copy the WebBrowser and paste it in the RichTextBox ...
hi i want to create a relational database with vb6 but i don't know how? could anyone in this group to help me? thankX in advance for everythings. Dr.bayat...
hi i am mohammad bayat ,31,dentist. i want to create a relational database with vb6 but i don't know how? could anyone in this group to help me? thankX in...
Creating a relational database seems like a pretty tall order to do inside VB or just to do in general. Is there a specific task you are trying to accomplish...
buy a book ;-) ... From: <bayat20002001@...> To: <visualbasic6programming@yahoogroups.com> Sent: Sunday, March 02, 2003 3:28 AM Subject: [Visual Basic 6...
Hi, I want my VB application to read emails from microsoft outlook and save it to access database. (actually i have a website where the user enter there ...
Yeh, Judith let's see what you have typed maybe we could be of help. Hope to read you soon. "Judith <junesun@...>" <junesun@...> wrote:I'm programming...
Hi , this seems to be more complicated then i thought as i have to use Exchange server and IIS. i was thinking if i save the contents of my email to a text...
this turns out to be a slow solution sometimes - i have code that if a file is not found in app.path it will search the whole drive looking for the file. this...
Does anyone know/have of a tool that can convert periods of time to decimals. I have been asked to build one for our HR dept. [Non-text portions of this...
Hi, I know you can print text with the built in Printer object in VB. But I can't seem to find a way to print a picture. Does anyone konw how and if so could...
i have no experince printing pics out of VB so i am sure someone my have a better answer here, but my first thought is: form has a .printform method so if you...
can't you just take the minutes and div by 60 ... __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators,...
alas I have found one. but to answer your question .. I am sure I can but they would be doing it for about 3000 contractors so I don't think that is a speedy...
Hi everyone, I want to know if it is possible for me to get the Handle of a child window ( i.e. a window inside the main window...like the help option inside...
it is possible. you have to get the parent's handle then enum the child windows. i have example code but cannot post due to i'm at work and my interent is...
Hi Matt, Thanks for the reply. I have actually managed to get the parent window handle using FindWindow, and i've used EnumChildWindow to list the child...
I haven't tested this, but maybe it'll get you started. Anita :-) '********************************************************** Private Const SRCCOPY = &HCC0020 ...