can i add data to a database cell that already contains information? If so, How?
Thank you!
Yuval Karmi
Add Information
Moderator: General Moderators
Use an UPDATE instead of an INSERT. http://w3schools.com/sql/sql_update.asp