Is there a way to move the expand "+" sign?

E

erick-flores

Hello all

Is there a way to move the + (plus sign) in datasheet view. You know
how the + sign is at the beginning of each record on datasheet form
when you have a one-to-many relationship. Once you click on the + sign
it expands to the foreign key record. I want to move the + sign,
something like this:

What I have now:
Name Age Birth Notes
+ John 45 23/23 ejrfoiejrfoir
+ Mike 34 12/12 weopfjoiwerj
+ Kyle 23 56/56 perjfoierjfiore

What I want:
Name Age Birth Notes
John 45 + 23/23 oiefierrfei
Mike 34 + 12/12 eowjfeiojfoiew
Kyle 23 + 56/56 woedjiowed

Is this possible???

Thanks in advance
 
D

Damon Heron

I don't think it is possible, and can't think of a reason why you would want
to, unless you are saying that you want the foreign key to be birth date, in
which case that is another issue, and is possible. The (+) sign would still
be at the beginning, however, and you would have to rearrange the order of
the fields in the table design.


Damon
 
Top