May 2, 200124 yr Good Day All This question may show up in other places in the form. I was wandering if anybody has had any success in creating a multi columned HTML table with different records in each cell. Here is what I am shooting for: ______________________________________________ |Record 1 | Record 2 | Record 3 | |___________|_____________|____________________| |Record 4 | Record 5 | Record 6 | |___________|_____________|____________________| If anyone has any ideas please let me know Thanx Rob
May 3, 200124 yr I'm not sure exactly what you are looking for but you might want to try something like concatenating the fields that you want to use into one field per record, then you can write a looping script to build the table for you. Or, you can use something like above combined with the export html table command (possibly from a related file depending on how you want to construct your table). Come to think of it, this is probably the easiest way to go. I hope this helps. Cael.
Create an account or sign in to comment