Jump to content

Tables & Records!!!!!!


This topic is 8414 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 8414 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.