Re: Access is just to hard to understand
- From: "Harold via AccessMonster.com" <forum@xxxxxxxxxxxxxxxxx>
- Date: Thu, 04 Aug 2005 15:06:54 GMT
Thanks Bob
>>Tom
>
>The first thing I would do is decide what you want your database to do,
>decide what data you need to do it, and then, design the tables (all without
>even opening Access.)
>For example: You want to be able to look up contacts phone #'s and addresses
>and print mailing labels.
>You will probably want last name, first name, middle initial, street address
>(for FedEx, etc.), mailing address, city, state, zip, phone number.
>In this example you will need only one table that will have all of the above
>fields.
>Now open Access and a new blank db. When asked, name it Contacts or
>Contacts_be. The be stands for back end. I recommend that you create a
>backend db for tables that will be shared by users. Each user can link to
>the backend db tables.
>Select New on the Tables tab of your db. I recommend Design View so you can
>control all aspects of the design.
>In the first Field Name blank type LastName (It is best that all names have
>no blanks, that way if you ever convert to SQL you're set), press Tab and
>type t (Text will appear). Continue with the rest and you have your table.
>Save it with a logical name like Contacts.
>For queries, forms, and reports use the wizards.
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-gettingstarted/200508/1
.
- Follow-Ups:
- Re: Access is just to hard to understand
- From: Paul (ESI)
- Re: Access is just to hard to understand
- References:
- Re: Access is just to hard to understand
- From: Bob M via AccessMonster.com
- Re: Access is just to hard to understand
- Prev by Date: Re: synchronising 3 combo boxes?
- Next by Date: Re: Missing Fields
- Previous by thread: Re: Access is just to hard to understand
- Next by thread: Re: Access is just to hard to understand
- Index(es):
Relevant Pages
|