With Current Record, Use Pop Up Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is this possible? Have your main form and a cmd button when clicked, it
opens up a form that will display the informatiom for that particular record
currently open in the main form. Like you have one owner list on the main
form, but if there are multiple owners, you pop up another form that will
display all their information and the full details on them, as main form only
shows very limited principal info.

Thanks
Curtis
 
Yes, that's certainly possible, but have you considered using a tab control
with the details you want to see on the first tab, and additional details on
the next tab?

Damian.
 
Got one of those too, guess you could have multiple rows as I'm adding a lot
of tabs quickly.... Just trying to make room & make it look good, work
smoothly, etc.

Never mind, thanks though!
 
I find that if you have more than two rows of tabs you might need to consider
whether you really need all that data to be displayed. Don't forget that on
your tab you could include a subform with a vertical scrollbar to display
information that is too big to fit onto a single tab.

Using a popup form is quite a simple exercise also... did you need further
information about this?

D.
 
Back
Top