hello.
I am trying to do a very simple database, with a listbox containing a name and phone number. but I am a very novice programmer and have a lot of questions.
a) How do I make the information that is stored in my listbox get stored in my hard drive, so that every time I run the program it has all the information in it? From what I have read in other threads about listboxes, I think that this is done with querys, but I don´t know how to use them very well.
b) How do I take something (the contents of a listbox, for example) from a form and use it in another form?
c) How do I make a listbox contain two columns ( I put columns:2 in the listbox options, but nothing happened) and how can I add two items, one going to column one and the other to column two?
Thank you very much.
I am trying to do a very simple database, with a listbox containing a name and phone number. but I am a very novice programmer and have a lot of questions.
a) How do I make the information that is stored in my listbox get stored in my hard drive, so that every time I run the program it has all the information in it? From what I have read in other threads about listboxes, I think that this is done with querys, but I don´t know how to use them very well.
b) How do I take something (the contents of a listbox, for example) from a form and use it in another form?
c) How do I make a listbox contain two columns ( I put columns:2 in the listbox options, but nothing happened) and how can I add two items, one going to column one and the other to column two?
Thank you very much.