coding

J

Jack Robinson

As a QBasic programmer I am attempting to learn VB 6. Professional.

Whre can I get samples of coding for a procedure in VB. In other words I
have a from with fields in a frome. Based on a checkbox
option...prospects...members ETc I want to clcik my choice in the ckbox and
the data for the corresponding ck box will be displayed For instance if I wan
only prospect it would only displaythe individual records for prospects.

Jack
 
J

James Hahn

Microsoft Visual Basic is supplied with a number of example applications,
including database applications similar to what you have described. In
addition, the MS VB www site includes downloadable samples.
http://msdn.microsoft.com/vbasic/downloads/

You will get the best answers to Visual Basic 6 questions in a VB newsgroup,
such as microsoft.public.vb.database
 
Top