Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How To display Data From Database 2

Status
Not open for further replies.

ajap99

Programmer
Dec 9, 2004
18
GB
I am developing a room booking app
On the booking page I need to display the bookings for 3 rooms for that particular day.
I am using a calander on the booking page
I am connecting to a MS Access database.
I guess I will have to use a SQL query to get this info, but what is the best, easiest way to display this
 
To return the result you are correct in assuming you will use SQL to determine which results are returned.

If you do decide to use a datagrid to display the data to the user there is an example that you can use at:


This shows you not only how to display the data, but also allow your users to edit it.

----------------------------------------------------------------------

Need help finding an answer?

Try the search facilty ( or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top