Visual Basic/Expert Profile


Ask A Question

Expertise

I can answer any questions pertaining to Microsoft Visual Basic 6.0, Microsoft Access VBA, and the Visual Basic Language in general. I do NOT use VB.NET or VB 2005/08 much yet, so don't ask me any questions specific to those. Also, please feel free to check the Tips & Tricks section of my web site for VB tips.

Experience in the area

I am the president of VBLearningZone.com and 599CD.com. I specialize in Microsoft Access and Visual Basic Tutorials. I have been teaching in the classroom since 1994, and online since 2002.

Education/Credentials

I am a self-taught VB expert. I have been building software for clients since the early 90s (and on my own since I was a child). You can see a sample of my Tutorials on my web site at 599CD.com


This expert accepts donations:      

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    P = Politeness
UserDateKCPComments
Jack02/23/11101010Thank you.
Rammudali02/12/11101010Thanks.
Enoctis07/17/09101010I had to ask twice, but got .....
hugh07/10/09101010Very straight forward answer. I didn't want .....
Kareem03/06/09101010thanks

Recent Answers from Richard Rost

2011-06-18 reminder note:

Yes, of course. Just about anything is POSSIBLE with Access. Exactly WHAT you can do is only limited by your knowledge of Access.    If you're a novice, I'd recommend just a reminders form that loads up

2011-05-26 Stop concatenating numbers:

Convert your TEXT values to LONG INTEGER values:    MyBox = CLng(Txt1)+CLng(Txt2)      Let me know if you have any other questions or comments.    Also, be sure to visit my web site and watch my FREE 90-minute

2011-02-17 Date Arithmetic:

Just remember that an InputBox returns a TEXT value, so you might want to convert the result that's returned to a DATE value first:    MyDate = CDate(S)    Other than that, your code looks solid.    Let

2011-02-04 Access 2007 - vba:

You could do this with a series of DLOOKUP statements. Let's say you have a table that has all of a user's current appointments:    AppointmentT: AppointmentID, UserID, StartTime, EndTime    Now you want

2010-11-12 Command Button 1 plus Command Button 2 triggers this event.:

How about check boxes for each of your command buttons. In the event for command1 set the checkbox to YES. Same for command2. Then when command3 is checked, look and see if the checkboxes for 1 and 2 are

 

Ask A Question

Visual Basic

All Answers


Answers by Expert:


Ask Experts

Volunteer


©2012 About.com, a part of The New York Times Company. All rights reserved.