Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB 2005 Express
Name: HIT Date: February 21, 2007 at 02:29:23 Pacific OS: XP Pro CPU/Ram: AMD64 3800+ / 768DDR400 Product: Home Made
Comment:
Hi
I'm currently going through the 2005 Express Edition help files and am following the tutorial that explains how to create a database - just a simple addresses dbase. I want to be able to show the information via the details option (rather than the grid option) which i can do, but i would really like to have a pulldown menu showing all first names included in the database, so that when i pick a name from the list, that persons details come up.
Would i have to add some code to the pulldown field? If so, could anyone point me in the right direction as i can't seem to find anything on the net about it?
Name: HIT Date: February 22, 2007 at 08:27:59 Pacific
Reply:
Okay i'm half way there...i simply looked into the properties of the Combo box and chose accrordingly, ie. the dataset and so on.
Although i can indeed add details to my dbase and type the name into the combo box, when i reopen the dbase i can pick a name and the details of that contact comes up...great! BUT, if i then choose a different name, the name field just updates the current contact with the new one i'm picking from the list!
This i assume is because it has the ability to be updated at runtime (ie. i can rename the contact in the combo box and save), but its updating the name of the contact with the next name i choose from the list!
Summary: I have just downloaded the above from MS and have created an application adapted from this VB6 code: http://www.functionx.com/excel/applications/compoundinterest.htm I am trying to create a .exe but c...
Summary: Wow, I got Visual Basic 2005 Express Edition and let me tell you, it's NOT at ALL like VB 6.0. It's really ridiculously over-complicated. Or maybe I'm just not doing things right. I don't know. Anyway...
Summary: I have been asked to create a special-purpose browser for work. I dont have much experiance in programming so I bought the book 'Visual Basic 6 from the Ground Up.' It has a chapter on how to create...