-
Hello All,
Ive got this task to create a database that that bills people for say drinks and food.
I dont know if it can be done but here is a couple of questions:
Q1 Ive seen a programe where a Listbox that has a check box inside it next to the text, what I would like to know, would it be possible to do this in a DBlist and if so how?
Q2 Would it also be possible if Q1 can be done that the database could be searched through and any name in the check box that was selected the feild next to the name would get a amount in it, can it be done?
Any advice would be much appreciated
Thanks Spud
-
Spud,
Q1:
take a look at the 'style' - property of the standard VB listbox.
Q2:
i didn't quite understand your question
best regards
Sascha
-
Sorry not very good at explaning things, the list box style dosnt work when connected to a database it goes back to style 0, the second part was say I wanted to bill people in a database who all spent the same amount of money but certain people didn't I want to select people in the list not to be billed but I dont know what is the best way to go about it?