I need to use both frames and tables in my Word (2003) document form.
It will be a protected document.

My frames are really giving me a headache. They do not line up well on
my document, especially when tables are immediately above and or below
them. And forget having two frames side by side. It is a logistical
nightmare. (I do need both as I am using frames to mimic radio
buttons, of which there are several sets.) The tables are needed to
enter additional data entry that require expandsion on occasion. The
frames need to look like they are part of the table, even though they
are not (because of VB programming constraints in tables)

Is there a secret to getting frames and tables to co-exist in
formatting harmony in Word?

Thank for any advice.

Debbie

Re: Formatting woes by Terry

Terry
Tue Jun 05 17:24:14 CDT 2007

Why can't you just use a bigger table instead of frames and tables?

--
Terry Farrell - MS Word MVP

"Debbiedo" <deb_dolittle@yahoo.com> wrote in message
news:1181072902.043335.107800@n15g2000prd.googlegroups.com...
>I need to use both frames and tables in my Word (2003) document form.
> It will be a protected document.
>
> My frames are really giving me a headache. They do not line up well on
> my document, especially when tables are immediately above and or below
> them. And forget having two frames side by side. It is a logistical
> nightmare. (I do need both as I am using frames to mimic radio
> buttons, of which there are several sets.) The tables are needed to
> enter additional data entry that require expandsion on occasion. The
> frames need to look like they are part of the table, even though they
> are not (because of VB programming constraints in tables)
>
> Is there a secret to getting frames and tables to co-exist in
> formatting harmony in Word?
>
> Thank for any advice.
>
> Debbie
>


Re: Formatting woes by Debbiedo

Debbiedo
Thu Jun 07 10:42:04 CDT 2007

On Jun 5, 3:24 pm, "Terry Farrell" <terryfarr...@msn.com> wrote:
> Why can't you just use a bigger table instead of frames and tables?
>
> --
> Terry Farrell - MS Word MVP
>
> "Debbiedo" <deb_dolit...@yahoo.com> wrote in message
>
> news:1181072902.043335.107800@n15g2000prd.googlegroups.com...
>
>
>
> >I need to use both frames and tables in my Word (2003) document form.
> > It will be a protected document.
>
> > My frames are really giving me a headache. They do not line up well on
> > my document, especially when tables are immediately above and or below
> > them. And forget having two frames side by side. It is a logistical
> > nightmare. (I do need both as I am using frames to mimic radio
> > buttons, of which there are several sets.) The tables are needed to
> > enter additional data entry that require expandsion on occasion. The
> > frames need to look like they are part of the table, even though they
> > are not (because of VB programming constraints in tables)
>
> > Is there a secret to getting frames and tables to co-exist in
> > formatting harmony in Word?
>
> > Thank for any advice.
>
> > Debbie- Hide quoted text -
>
> - Show quoted text -

I can't use tables for some of my data because the macros associated
with certain form fields (e.g. the 'radio button mimicing scripts') do
not work in tables, only in frames.