Hi,
I am trying to create a page that insert data into my database(the
database is located in a remote server), this page is like the data access
page in Microsoft Access where when view on the web, you see all the
records in that table and you could add, update, or delete the records in
that table. But the question I am having here is: I have a table name
Products, and it has a relationship a table named Product Availability,
when you expand one of the records in the Products table, from there you
could enter info into the Product Availability table, that some of the
related info from the Products table will cascade into the Product
Availablility table. Is there any why to create a page/form that would let
me enter data into the database just like the way I would in the data
sheet view?