Hi, I'm working with the VB6 for my project and it's about membership in a club. Everything is near done but there are something I want to ask
Database : D-Club.mdb
Field that hold the DOB : member_dob ex: '(dd/MM/yyyy)
Field that hold the member value : member_value ex: '(16 years old)
1) How to auto delete the members from recordset when the validation expires. Ex: When the members reach 18 years old, the record will automatically delete their records from database and
2) the other members that <18 years old will increase their value by 1.
3) I working with flash and how does the button in flash programmed to integrated and control the recordset in database. When I seek it, they appear to use "fscommand" but it is not working.
Would you help?
Thanks guys and sorry about my grammar if any error in text. ^_^