hi
i aam trying to develop a project using vb and access
i have got a problem
i have 3 tables in access
1.Cust info table(fields are listed below)
cust id,name,age,sex,country...etcxc(primary key cust id)
2,indate(fields are listed below)
custid ,packageid,date,intime,outime(no primary key)
3.package info table(fields are listed below
package id, package name,duration ,price(primary key packageid)
tthese three tables are connected...the attachment shows how it is connected
i want to write a query to select custid, custname,packageid,packagename,duration,price,date,timein,timeout from these tables in vb..n in a data grid to display these.i know to write simple queries but this one i think it needs inner join n stuff..can any expert resolve my problem..