Hey there. I have a project that i am working on that goes along the lines of this:
We have a program that records customers and dvds for a local dvd store. This program must be able to enter New Customers , Search Customer's , Modify Customer Details and Delete Customer and likewise for the dvds.
My problem is modifying the details... Would i use something like :
name='<name>';
if customer.name=name then ....
or am i aproaching this all wrong ?
Thx in advance for any help offered :D