L
lmcc007
My tblCompanies table has a field called CompanyName.
CompanyName DataType = Text
Required = No
Allow Zero Length = Yes
Indexed = Yes (Duplicates OK)
Some of the records I do not have a company name for, so they are left
blank. (There are some blank company name fields because I am responding to
blind ads or ads with fax numbers and so on.)
I had made a CompanyNames lookup table with an “(N/A)†entry whenever a
company name was not available, but after posting my database on the forum it
was suggested that CompanyName should be a field in my tblCompanies database.
I still have that little thought in the back of my head I should do it
differently or have something there when it is blank.
What I need is the following:
1) Require an entry
2) No Duplicates
3) Count the blanks (because I will be printing a report of each record and
will need an accurate count)
Should I keep the database the way it is? What is the absolute best setup
for a situation like this?
Any suggestions.
Thanks!
CompanyName DataType = Text
Required = No
Allow Zero Length = Yes
Indexed = Yes (Duplicates OK)
Some of the records I do not have a company name for, so they are left
blank. (There are some blank company name fields because I am responding to
blind ads or ads with fax numbers and so on.)
I had made a CompanyNames lookup table with an “(N/A)†entry whenever a
company name was not available, but after posting my database on the forum it
was suggested that CompanyName should be a field in my tblCompanies database.
I still have that little thought in the back of my head I should do it
differently or have something there when it is blank.
What I need is the following:
1) Require an entry
2) No Duplicates
3) Count the blanks (because I will be printing a report of each record and
will need an accurate count)
Should I keep the database the way it is? What is the absolute best setup
for a situation like this?
Any suggestions.
Thanks!