i have a database(customer.mdb)..inside them, i have created 5 tables
(tb1.mdb , tb2.mdb ,tb3.mdb ,tb4.mdb ,tb5.mdb), each tables will have
2 value(variable) that will be stored from the input of the user!
(room and time)
what i want to do is, i want to display all the info in all of my
table(tb1,tb2,tb3,tb4,tb5)into a single page...i tried to do that and
i success because i have entered a random value in each of the table.
but when i delete all the data inside the table(tb1,tb2....), the
page sents me an error telling me thet i am trying to display an
empty database!
can access database set a default value to all the field, for example eventhough i have deleted all the data inside the field, the field will contain an "EMPTY FIELD" value....and when i am displaying the empth field in my page, the "EMPTY FIELD" value will be displayed...
actually i am designing a room reservation system.
and i have design a table in html in the form of timetable that have
the day and time!
each cell in the timetable will have a link to a form, where the user
will input their info(what room, what time?)
the info will be display in the cell from where they have click in
the timetable!