Quote:
Originally posted by Calvinguy
I use excel for my mysql table info. Can you in some way by a macro make a function that will take the info from some fields and make a SQL query to copy and paste into myphpadmin?
|
Use the concatenate feature. With it you can string together a bunch of text and (different) cell values in pretty much any way you like.
F1 (help) should show you the way.