Using tab control in access 2003

M

mstumpo

I am new to access and have a simple database with a form. In the form I have
a tab control which breaks up my form into 2 parts. It seems to be working
fine, but 2 things appear to be happening;

1. On tab 2, I have a single memo field and when editing the contents, if I
tab down or press return, I can see the fields from tab1 flash by as I move
down the memo field.

2. When adding a 3rd tab, parts of tab1 are showing on tab3.

Any help to shed light on this would be appreciated.
 
K

KARL DEWEY

Those elements somehow were placed on the main form instead of tab 1. You
will need to cut them and then make sure you are on tab1 and paste. They
will need to be repositioned as al will be pasted relative to the upper left
corner.
 
Top