simple address db - how would you do this?

D

deb

i need to create a simple phone/address db and i'm having a bit of trouble
making it simple, and i need to because the people who will be using it have
no access knowledge

i have a lot of companies and those companies have several contacts each
with different departments (one to many - no prob), however its all different
kinds of departments depending on the company. also, some smaller companies
have no contact person its just the company phone number so no contact name
(i hate dealing with null fields)

i have run this all into a really simple user form for lookup but what i
need to add is something again really simple to allow for multiple contacts
within each company (or not, in some instances)

i know an address db is probably the most basic db you could create but i
just cant wrap my head around this
 
K

KARL DEWEY

however its all different kinds of departments depending on the company.
also, some smaller companies have no contact person its just the company
phone number so no contact name (i hate dealing with null fields)

Company - main form
Department Contact Phone etc - subform
- if no department or contact name
default to a dash.
 
D

deb

thanks
--
deb


KARL DEWEY said:
also, some smaller companies have no contact person its just the company
phone number so no contact name (i hate dealing with null fields)

Company - main form
Department Contact Phone etc - subform
- if no department or contact name
default to a dash.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top