Show Record from SubForm on a new window

  • Thread starter Thread starter cbayardo
  • Start date Start date
C

cbayardo

Hi, I have a Form with a clients info(Name, Address, Phone, etc.) and a
SubForm with calls I receive from this client. I want to be able to double
click a new row on the SubForm to create a New call, or see the old calls in
a Single Form View. But just one record at a time. Is this possible? Any
ideas on how to do this?

Thanks
 
Is this a continuous subform? It's hard to tell, since you refer both to
double clicking a new row and to a Single Form View. If it is a continuous
subform with Allow Additions set to True you should be able simply to add a
record at the bottom of the subform.
I may be missing something, but your question seems rather unclear.
 
It is a continuos SubForm, but when I double click it a row, I want that row
to open in Single Form View so I can see one of the fields(columns)
completely, because in Continuos Form I can only see about 30 characters.

Thanks
 
Back
Top