Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact


Drop Down Menus


Drop Down Menus

Author
Message
WikusHeyns
WikusHeyns
Forum God
Forum God (335 reputation)Forum God (335 reputation)Forum God (335 reputation)Forum God (335 reputation)Forum God (335 reputation)Forum God (335 reputation)Forum God (335 reputation)Forum God (335 reputation)Forum God (335 reputation)

Group: Forum Members
Posts: 1, Visits: 5
I am very new to Databases and are busy with my first database. However, in order for it to be practical for my use I would need to pre define inputs for certain fields. (January, Februay, March ...) 

In exsample the database I would like to create I need to input the Month in which a person's birth is when entering data from a drop-down list in the "BIRTHDAY" field.

I am using IB Expert and after reading for many hours I cannot see how to do this.

Fritslet Louis
Fritslet Louis
Forum God
Forum God (893 reputation)Forum God (893 reputation)Forum God (893 reputation)Forum God (893 reputation)Forum God (893 reputation)Forum God (893 reputation)Forum God (893 reputation)Forum God (893 reputation)Forum God (893 reputation)

Group: Forum Members
Posts: 3, Visits: 4
Hi!
Did you know if VB has YEAR, MONTH,MONTHNAME, DAY,DAYNAME,TIME,SEC,.....?

DIM xx as string
xx = DatePart(DateInterval.Month, Now())
Me.Birthday_CombBox.Maximum = xx
' PS! Place this code @ loading

Thanks

Louis Fritslet

DBA admin, United Nations

GO


Similar Topics


Reading This Topic


Login
Existing Account
Email Address:


Password:


Social Logins

Select a Forum....

















A1VBCode Forums


Search