I have a form that has 2 subforms and drew a rectangle around them since they are related.
subform A - form view and can perform data entry and opens to a new record.
subform a1 - same form as subform A but datasheet view and locked records (displaying history but do not allow edits).
These work fine but when I draw the rectangle, I see it in design mode but is disappears in form mode.
I've checked
I've tried send to back, bring to front....
It never shows in form view but I always see it in design mode.
What I want is:
____________________
| form A subform |
|___________________|
| Form A1 subform |
|___________________|
Anyone know what I should check ?
Thanks
lhuffst
subform A - form view and can perform data entry and opens to a new record.
subform a1 - same form as subform A but datasheet view and locked records (displaying history but do not allow edits).
These work fine but when I draw the rectangle, I see it in design mode but is disappears in form mode.
I've checked
Code:
visible = yes
backstyle = transparent
border color = set them to a very bold color just to see if I can see rectangle in form mode
Speical Effect = have tried flat, sunken, raised
Border Width = 4 pt.
I've tried send to back, bring to front....
It never shows in form view but I always see it in design mode.
What I want is:
____________________
| form A subform |
|___________________|
| Form A1 subform |
|___________________|
Anyone know what I should check ?
Thanks
lhuffst