hallo there .. I have the following problem :
I have 3 tables
tblShow:
SHOW_ID
FILM_REF
SHOW_DATE
SHOW_TIME
SHOW_SEATS
SHOW NO
--------------------------------
tblBooking
BOOKING_NUMBER
MEMBER_REF
SHOW_ID
BOOKING_DATE
BOOKING_SPEC_NO
---------------------------------
tblFilm
FILM_REF
SEASON_ID
ORDER_NO
FILM_TITLE
FILM_CAT_TYPE
FILM_PRICE_PW
FILM_NO_WEEKS
FILM_DESC
FILM ITEM NR
okai now to the question , I am trying to create a booking where the user only needs to select the Film_title , then the query should automatically locate the appropriate shows and list them in a list with show_date and Show_Time , I have tried to do this in a query , but his wouldnt work , could someone help me by telling me how to do this in vb instead!? please ? thanks alot in advance !
I have 3 tables
tblShow:
SHOW_ID
FILM_REF
SHOW_DATE
SHOW_TIME
SHOW_SEATS
SHOW NO
--------------------------------
tblBooking
BOOKING_NUMBER
MEMBER_REF
SHOW_ID
BOOKING_DATE
BOOKING_SPEC_NO
---------------------------------
tblFilm
FILM_REF
SEASON_ID
ORDER_NO
FILM_TITLE
FILM_CAT_TYPE
FILM_PRICE_PW
FILM_NO_WEEKS
FILM_DESC
FILM ITEM NR
okai now to the question , I am trying to create a booking where the user only needs to select the Film_title , then the query should automatically locate the appropriate shows and list them in a list with show_date and Show_Time , I have tried to do this in a query , but his wouldnt work , could someone help me by telling me how to do this in vb instead!? please ? thanks alot in advance !