showing two records on the same form

G

Guest

I have a two record table with multiple colums. One record is a current
record and the other is the new record. I would like to display both the
current and the new record on the same form to show the changes for each
field. Any thoughts on how to perform this.

Thanks

Tony
 
D

Duane Hookom

Try a continuous form that is large enough to display two records. Another
alternative is using one or more subforms.
 
G

Guest

I am using continuous form and I want to see record 1 and 2 on the same screen,

Current New
COL1 25 36
COL2 0 15
COL3 0 0
ETC

This is what I am looking to do.
 
G

Guest

A continuous form does show multiple record; however, is does not align them
vertically as in your example. It shows them in a horizontal orientation.

If you want to see them in a vertical orientation, you can use two subforms.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top