Results 1 to 5 of 5

Thread: How to create mailing address database in access

  1. #1
    Join Date
    Apr 2009
    Posts
    6

    How to create mailing address database in access

    I want to create mailing address in access database. Which will help me to while sending mail to my clients. Is any one know how to create mailing address database in access ?

    Thanks

  2. #2
    Join Date
    Dec 2008
    Posts
    56

    Re: How to create mailing address database in access

    By using the Database wizard you can create a database on your computer. Choose one of the built-in templates from wizard and customize it to some extent. Then it creates a set of tables, queries, forms, and reports, and also a switchboard for the database. The tables do not have any data in them.

  3. #3
    Join Date
    Jul 2008
    Posts
    92

    Re: How to create mailing address database in access

    Start by creating a simple report that is formatted to look like a mailing label. The report gets the address data from the table or query that stores the addresses. Printing the report will give you a single label for each address in the underlying record source.

    Use the Label Wizard to create the report. You can then customize the layout of the labels, or write Visual Basic for Applications (VBA) code to extend the report to meet your needs. The last step would be to preview the labels.
    • In the Database window , click Reports
    • Click New on the Database window toolbar.
    • In the New Report dialog box, click Label Wizard.
    • ShowIf the wizard doesn't start
    • Click the table or query that contains the data for the labels, and then click OK.
    • Follow the instructions in the wizard

  4. #4
    Join Date
    May 2008
    Posts
    2,297

    Re: How to create mailing address database in access

    In ms access you can store your data (name, addresses, telephone numbers) rather than write them down on vulgar that augment the mass of your papers. With a database, you can organize your data according to your criteria. For example, organize your customers according to the amount of turnover on each client, the population of his hometown. You define the types of customers. For each table there is a standardization to avoid duplication, each has an identifier represented by the primary key that gives each a unique identifier. It can link a table (the table customers, for example) tables using the customer data (invoices, orders, types of customers). When it appears in other tables, the primary key of the Customers table, for example, is called foreign key, the host table with its own primary key.

  5. #5
    Join Date
    Jun 2009
    Posts
    1

    Re: How to create mailing address database in access

    i want make payment for may 09 i have not recd the bill
    please send it

Similar Threads

  1. How to create a java bean for jsp in order to access database
    By K@ttY in forum Software Development
    Replies: 2
    Last Post: 21-01-2012, 10:00 AM
  2. How to create mailing labels using the Mail Merge feature in Word?
    By warehouse peon in forum Windows Software
    Replies: 5
    Last Post: 19-03-2010, 06:13 AM
  3. Create DSN for Access database
    By Digamber in forum Software Development
    Replies: 2
    Last Post: 02-09-2009, 09:58 PM
  4. Replies: 5
    Last Post: 18-04-2009, 12:42 AM
  5. convert filemaker pro database to access database
    By Czack in forum MS Office Support
    Replies: 3
    Last Post: 15-04-2007, 01:06 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,548,121.57730 seconds with 17 queries