C
Christy Wescott
I have a couple of questions, both relating to the same
database.
1. The database I'm working on includes tblInternetSpecs
with a field strFormat. The user can choose 'web
page', 'email', 'banner', or 'other'. If they choose
other, they need to provide a description. How should I
set this up? At first I was going to do a lookup, but
then I'm not sure how to retain the 'other description.'
Then I thought I could simply set the field up as a text
field, and then on the form have an option group where I
can pick up the value? I actually have several fields in
this table that act this same way, so I need to be sure
I'm doing it correctly.
2. In the same table, there is a strLink field where the
user can provide more than one value. I currently have it
set up as a 'Link ID' field in the parent table, a child
table with Link ID(PK) and Piece ID (FK from parent
table), and LinkName field. Is this the best way to do
this?
Thanks in advance.
database.
1. The database I'm working on includes tblInternetSpecs
with a field strFormat. The user can choose 'web
page', 'email', 'banner', or 'other'. If they choose
other, they need to provide a description. How should I
set this up? At first I was going to do a lookup, but
then I'm not sure how to retain the 'other description.'
Then I thought I could simply set the field up as a text
field, and then on the form have an option group where I
can pick up the value? I actually have several fields in
this table that act this same way, so I need to be sure
I'm doing it correctly.
2. In the same table, there is a strLink field where the
user can provide more than one value. I currently have it
set up as a 'Link ID' field in the parent table, a child
table with Link ID(PK) and Piece ID (FK from parent
table), and LinkName field. Is this the best way to do
this?
Thanks in advance.