2 rows per record in Table

vecino

Well-Known Member
Licensed User
Longtime User
Hello, I need two rows for each record in a "Table", is it possible?
Thanks and regards.
 

DouglasNYoung

Active Member
Licensed User
Longtime User
Vecino,
It is possible, but they won't technically boe one record.

I'd suggest that if you 'need' more than one row per record, then you have a fundimental flaw with your database design!

Perhaps you could give us an example of why you think you need two rows per record.

Douglas
 
Upvote 0

vecino

Well-Known Member
Licensed User
Longtime User
Hey, no problem with the database, the problem is that not all data fit on screen if presented in a row :D, so I need to present each record in two rows.
Example:

Reference ---- Description ---- Price -------- Quantity ----- Discount 1 --- Discount 2 --- Discount 3 --- Units --- Boxes ... Sum
Last date --- Comments ---------------------------------------------

And some fields.

Thanks and regards :)
 
Upvote 0
Top