Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2006
    Posts
    1

    help with database creation

    i need help to figure out the following:



    i want to create a data base that will out put service due dates. the dates are due every thirty days and will output the persons name, phone number, address,zip, type of equipment and service tech. any help would be appericiated i am new to this so please give details.

  2. #2
    Join Date
    Jun 2005
    Location
    Northampton, England
    Posts
    14
    I would suggest you crrate a table with your fields,Name, Phone etc. As it seems to be such a small DB I would further suggest you put all the fieldas in one table. Don't forget to have a date field fldDate. You can the create a query with all you fields in it. One of the fields needs to be a calculated field. In the field row put DueDateateAdd("d",30,[fldDate])
    This will return all those records with a date 30 days from whatever is in fldDate. You can run the query anytime you wish, or create a report to run from the query, the choice is yours.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Will Pay $$$ for help w/ database creation!
    By eyesbryte in forum Access
    Replies: 1
    Last Post: 07-03-2006, 01:56 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums