pungentSapling
NeedHotSauce?
- Local time
- Today, 07:59
- Joined
- Apr 4, 2002
- Messages
- 115
I have a form with a subform all is good, they work fine. The subform displays multiple records.
I want to add a text field to the sub form for a "description" field. This field is of memo type. The problem is that I do not have room to add a big text box onto the subform.
How can I make the text box be a pop up window?
I tried putting a command button that triggers a pop up a form containing the text box, I bound the control source to the appropriate field in my subform's table, but when I use the text box it always rewrites the first record in the table, it does not write to the record from which you clicked the button.
how can I bind the form to the corresponding record. Do I have to use a subform?...if so How do I make a pop up subform?
thanks
I want to add a text field to the sub form for a "description" field. This field is of memo type. The problem is that I do not have room to add a big text box onto the subform.
How can I make the text box be a pop up window?
I tried putting a command button that triggers a pop up a form containing the text box, I bound the control source to the appropriate field in my subform's table, but when I use the text box it always rewrites the first record in the table, it does not write to the record from which you clicked the button.
how can I bind the form to the corresponding record. Do I have to use a subform?...if so How do I make a pop up subform?
thanks