Hi Programmers,
Im back again with my VB-Database question.
I have managed to display three tables on my VB form, using ADO ( the user can scroll on the adodc1 linked to datagrid1 then the details of the other two tables can be seen simultaneously on the datagrid2 and datagrid3(which also are linked to their adodc2 & adodc3)
What i really wanted to do was display only what each particular customer should see(their own details not entire table)......should i have two forms?login form? and how do i go about it?...
Thanks.
Shananne
Beginner.