chooise list

JustinDB

VB scripter
Local time
Yesterday, 18:39
Joined
Dec 1, 2006
Messages
33
Alright this is the situation,

1 have one table which holds the data of the contact person. the second table holds data about magazines. In this table you can find the price and the name of the magazine. In the tird table ( because if i would like them now it would be a many on may realation ) the data of the two combine is held. The customerID and the magazineID are both primery keys and they get there data trough a loopop wizzard form the other two tables.

Now i want to make a form where you can scrol trough the customers names and by clicking option buttons i want to be able to add a magazine to a customer.
So the form should loke like this

CustomerID table 1
-----------------------------
[] magazine 1
[] magazine 2
[] magazine 3

and zo on

If you need more inforamtion or the database to look at please contact me.
Jvanderraaf@gmail.com

Id be verry pleased if i could get some help with this
 
The customerID and the magazineID are both primery keys and they get there data trough a loopop wizzard form the other two tables.
I don't think I quite understand this...you might want to explain a bit more.
Now i want to make a form where you can scrol trough the customers names and by clicking option buttons i want to be able to add a magazine to a customer. So the form should loke like this

CustomerID table 1
-----------------------------
[] magazine 1
[] magazine 2
[] magazine 3
Justin, I would suggest giving it a shot first, and then asking about certain problems that you may be having. Creating a form for data entry with any type of control(s) on it is pretty easy (for a VB scripter, anyway) by the program's interface alone. Have you already run into problems?? It doesn't really sound like you have....but if so, you are welcome to ask about them.
 

Users who are viewing this thread

Back
Top Bottom