E
Eva
Hi,
Im new to Vb.net and am trying to create my first
practice project. The problem iv encountered is to do
with SQL queries issued against my Access DB iv created.
i want to wright a query that will pull all the caravan
details that are available at a partuclar date which will
be entered by the user at the interface. The query will
have to ensure that the caravans are not booked by
another guest for that specifed date period. the 3 tables
i need are:
Guest Info table:
Booking No (PK)
Name
Addr
Date of Arrival
Date of Departure
Caravan Booking table:
Caravan model No (PK, FK)
Booking No (PK, FK)
Caravan details table:
Caravan model No (PK)
Cost/day
Beds in caravan.
Can anyone help me with this query? How do i include the
dates that the user enters on my interface using the
DateTimePicker control into this query?
thx for your time. )
Im new to Vb.net and am trying to create my first
practice project. The problem iv encountered is to do
with SQL queries issued against my Access DB iv created.
i want to wright a query that will pull all the caravan
details that are available at a partuclar date which will
be entered by the user at the interface. The query will
have to ensure that the caravans are not booked by
another guest for that specifed date period. the 3 tables
i need are:
Guest Info table:
Booking No (PK)
Name
Addr
Date of Arrival
Date of Departure
Caravan Booking table:
Caravan model No (PK, FK)
Booking No (PK, FK)
Caravan details table:
Caravan model No (PK)
Cost/day
Beds in caravan.
Can anyone help me with this query? How do i include the
dates that the user enters on my interface using the
DateTimePicker control into this query?
thx for your time. )