| View previous topic :: View next topic |
| Author |
Message |
wa2blah Newbie
Joined: 16 Jan 2004 Posts: 2
|
Posted: Jan 16th, 2004 11:51 AM Post subject: Program help |
|
|
| How can I make something that can organize two sexes (male female), 7 ages, and several events |
|
| Back to top |
|
Avis Junior Poster

Joined: 07 Oct 2003 Posts: 510 Location: India
|
|
| Back to top |
|
wa2blah Newbie
Joined: 16 Jan 2004 Posts: 2
|
Posted: Jan 20th, 2004 03:31 PM Post subject: Well... |
|
|
| Right now, I have 84 different text files that I would like to organize so right now, that means 84 different if statements that really hurt the program. I do have combo boxes for ages, events, and sex and I'd rather not use microsoft excel or microsoft access. |
|
| Back to top |
|
Andir Centurion

Joined: 21 Dec 2003 Posts: 184 Location: Chicago Area
|
Posted: Jan 21st, 2004 01:01 AM Post subject: |
|
|
I'm a little confused on what exactly you need as well, but if you think you can organize your info in a database, you don't need Access to do that. You can create a VB application that is fairly straightforward and simple with ADO Database connections or the VB Data Access components and ODBC connections to .csv text files if you are desperate. It actually works pretty good, but I wouldn't rely on it for a whole lot of information. _________________ If you happen to see little people sitting on your desk...don't tell anyone or they might think your crazy too. |
|
| Back to top |
|
|