H
homer
I have a subform. When there is no data, I can make the
subform.visibale=false, but that leave an ugly blank area on the form. How
can I hide it?
Also on the sub form, I have trouble make it looks right. I have used third
party grid controls in VB6 and .net, but this is my first try on Access. Let
me just describe what I want to achieve, and make sure they are not
impposible.
1) I want filed A to be editable, but not every other fields.
2) I want the cursor to move down a record vertically i.e. from fieldA
record1 to fieldA record2, either by enter key or tab key.
3) Not showing the add new line at the end. ( I tried to set allow addition
to no in subform property, but it did not work.) and
4) at least to resize the column width. (I had them set in sub form design
view, for instance, I had fieldA two times wider than fieldB, but at
run-time, they are evenly show up
Thanks a lot!!
subform.visibale=false, but that leave an ugly blank area on the form. How
can I hide it?
Also on the sub form, I have trouble make it looks right. I have used third
party grid controls in VB6 and .net, but this is my first try on Access. Let
me just describe what I want to achieve, and make sure they are not
impposible.
1) I want filed A to be editable, but not every other fields.
2) I want the cursor to move down a record vertically i.e. from fieldA
record1 to fieldA record2, either by enter key or tab key.
3) Not showing the add new line at the end. ( I tried to set allow addition
to no in subform property, but it did not work.) and
4) at least to resize the column width. (I had them set in sub form design
view, for instance, I had fieldA two times wider than fieldB, but at
run-time, they are evenly show up
Thanks a lot!!