Dear knowledgable one,
my group and I are having difficulty creating a decent diary and phone book for our college project. Any ideas or code would be most appreciated as we are stuck knee deep in MUD.
Many Thanks
Brockite and group..
Printable View
Dear knowledgable one,
my group and I are having difficulty creating a decent diary and phone book for our college project. Any ideas or code would be most appreciated as we are stuck knee deep in MUD.
Many Thanks
Brockite and group..
Ideas and code? I could give you ideas. I could give you code, but if I did, it would be MY project - not yours!
Do your own bloody college work! Ask for help for certain problems by all means, but you can't expect anyone here to do your homework for you.
:D
If you could be more specific about your project requirements, I could probably give you some ideas. Off the top of my head, I would say you need to store the diary and phone book data into a database (such as Access). The diary data should include the author's name (or ID), entry date, and the entry itself (probably should be a memo field). The phone book fields should be obvious. In VB, you can use DAO or ADO to connect to the database, and set up forms to display this data, allowing the user to browse and update the data. Hope this gives you a start.