Robtech Posted May 2, 2001 Posted May 2, 2001 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
CaelC Posted May 3, 2001 Posted May 3, 2001 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.
Recommended Posts
This topic is 8604 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now