J
johnstonb
Hi there
I'm trying to keep track of expenses in my business database.
I have an expense period, say, November 2006. I want to enter the
expenses into that period via a continuous form, so you can have
"Telephone" "Telephone" "Travel" "Telephone" "Travel" all under each
other in the period for November 2006. This is achieved through the
continuous form option, so it looks rather manageable. They just scroll
one after the other quite nicely.
If I now want to add more fields for each expense record, like date,
cost, time, person, and description, then I run out of real-estate so I
either make them go onto two lines, or - I hope - I can make use of a
tabbed control to allow us to split the fields onto two pages; the ones
most commonly used will be on page 1, and the second page will contain
the ones only sometimes used.
Kinda like:
[[ PAGE ONE ]] [pagetwo]
Expense Record One; Date, Cost, Person
Expense Record Two; Date, Cost, Person
Expense Record Three; Date, Cost, Person
and
[pageone] [[ PAGE TWO ]]
Expense Record One; Description
Expense Record Two; Description
Expense Record Three; Description
So my problem is, with continuous forms combined with tab controls, I
always seem to get an ugly problem where each expense record has its
own page tabs which ends up taking up multiple lines anyway. I want one
heading which has the two page tabs "page one" and "page two" and below
that, in the continuous section, just the fields that relate to the
page tab in the header. Is this possible?
Here's my result [which is undesirable] -note how each continuous
record has its own tab index
[[ PAGE ONE ]] [pagetwo]
Expense Record One; Date, Cost, Person
[[ PAGE ONE ]] [pagetwo]
Expense Record Two; Date, Cost, Person
[[ PAGE ONE ]] [pagetwo]
Expense Record Three; Date, Cost, Person
Thanks in advance.
I'm trying to keep track of expenses in my business database.
I have an expense period, say, November 2006. I want to enter the
expenses into that period via a continuous form, so you can have
"Telephone" "Telephone" "Travel" "Telephone" "Travel" all under each
other in the period for November 2006. This is achieved through the
continuous form option, so it looks rather manageable. They just scroll
one after the other quite nicely.
If I now want to add more fields for each expense record, like date,
cost, time, person, and description, then I run out of real-estate so I
either make them go onto two lines, or - I hope - I can make use of a
tabbed control to allow us to split the fields onto two pages; the ones
most commonly used will be on page 1, and the second page will contain
the ones only sometimes used.
Kinda like:
[[ PAGE ONE ]] [pagetwo]
Expense Record One; Date, Cost, Person
Expense Record Two; Date, Cost, Person
Expense Record Three; Date, Cost, Person
and
[pageone] [[ PAGE TWO ]]
Expense Record One; Description
Expense Record Two; Description
Expense Record Three; Description
So my problem is, with continuous forms combined with tab controls, I
always seem to get an ugly problem where each expense record has its
own page tabs which ends up taking up multiple lines anyway. I want one
heading which has the two page tabs "page one" and "page two" and below
that, in the continuous section, just the fields that relate to the
page tab in the header. Is this possible?
Here's my result [which is undesirable] -note how each continuous
record has its own tab index
[[ PAGE ONE ]] [pagetwo]
Expense Record One; Date, Cost, Person
[[ PAGE ONE ]] [pagetwo]
Expense Record Two; Date, Cost, Person
[[ PAGE ONE ]] [pagetwo]
Expense Record Three; Date, Cost, Person
Thanks in advance.