I have 2 tables .. a customer table and a auto_rental table.
the common field between the 2 table is the customer# field.
an auto is assigned a customer#, once a customer rents the auto .... what i want to do is be able to take out that customer number once the customer has returned the auto.
how can i delete the customer# field in the auto_rental table ??? I tried to create a form and pass a hidden value if NULL to the customer# field but it didnt work.
how can i do this ?
thanks
-j
the common field between the 2 table is the customer# field.
an auto is assigned a customer#, once a customer rents the auto .... what i want to do is be able to take out that customer number once the customer has returned the auto.
how can i delete the customer# field in the auto_rental table ??? I tried to create a form and pass a hidden value if NULL to the customer# field but it didnt work.
how can i do this ?
thanks
-j