A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Storing data by year



 
 
Thread Tools Display Modes
  #1  
Old February 13th, 2009, 12:31 AM posted to microsoft.public.access
RRS
external usenet poster
 
Posts: 8
Default Storing data by year

We manufacture several types of vehicles. Changes are made to each of them
every year. We need to develop a database that will store the model name, the
year(s) the model was built, and a list of the drawings that applied to each
model, each year. 90% of the data can be carried over each year. The last
time we tried this, history was lost when updates for the new year was done.
We would appreciate any help.
--
Thanks,
RRS
  #2  
Old February 13th, 2009, 12:48 AM posted to microsoft.public.access
Gina Whipp
external usenet poster
 
Posts: 3,500
Default Storing data by year

RRS,

This is a newsgroup for Microsoft Access a database software. It sounds
like you want a database but you are not building one. This would not be
the place to search for someone. You should try your local universities or
Utter Access has a forum where developers post. But if you are looking to
build a database you will have be more specific in your questions. Right
now, you asked us to build a house with no plans except for 'not like it was
built last time'.

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"RRS" wrote in message
...
We manufacture several types of vehicles. Changes are made to each of them
every year. We need to develop a database that will store the model name,
the
year(s) the model was built, and a list of the drawings that applied to
each
model, each year. 90% of the data can be carried over each year. The last
time we tried this, history was lost when updates for the new year was
done.
We would appreciate any help.
--
Thanks,
RRS



  #3  
Old February 13th, 2009, 11:25 PM posted to microsoft.public.access
RRS
external usenet poster
 
Posts: 8
Default Storing data by year

Gina,
Sorry, I thought I was clear as possible in a short message. In sentence 3,
I meant we are developing a database. It also specifies the info we need to
store. I planned on a table to store all the models, a table for all the
drawings and possibly a table for years, if this is the best way. Do I need a
table that stores what model(ID) and year(ID) each drawing was used? I have
developed simple databases in the past, however, this one is the hardest I
have done.
--
Thanks,
RRS


"Gina Whipp" wrote:

RRS,

This is a newsgroup for Microsoft Access a database software. It sounds
like you want a database but you are not building one. This would not be
the place to search for someone. You should try your local universities or
Utter Access has a forum where developers post. But if you are looking to
build a database you will have be more specific in your questions. Right
now, you asked us to build a house with no plans except for 'not like it was
built last time'.

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"RRS" wrote in message
...
We manufacture several types of vehicles. Changes are made to each of them
every year. We need to develop a database that will store the model name,
the
year(s) the model was built, and a list of the drawings that applied to
each
model, each year. 90% of the data can be carried over each year. The last
time we tried this, history was lost when updates for the new year was
done.
We would appreciate any help.
--
Thanks,
RRS




  #4  
Old February 14th, 2009, 12:00 AM posted to microsoft.public.access
Gina Whipp
external usenet poster
 
Posts: 3,500
Default Storing data by year

RRS,

Have a look at this and see if it gets you in the right direction...
http://www.databasedev.co.uk/vehicle...ata_model.html

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"RRS" wrote in message
news
Gina,
Sorry, I thought I was clear as possible in a short message. In sentence
3,
I meant we are developing a database. It also specifies the info we need
to
store. I planned on a table to store all the models, a table for all the
drawings and possibly a table for years, if this is the best way. Do I
need a
table that stores what model(ID) and year(ID) each drawing was used? I
have
developed simple databases in the past, however, this one is the hardest I
have done.
--
Thanks,
RRS


"Gina Whipp" wrote:

RRS,

This is a newsgroup for Microsoft Access a database software. It sounds
like you want a database but you are not building one. This would not be
the place to search for someone. You should try your local universities
or
Utter Access has a forum where developers post. But if you are looking
to
build a database you will have be more specific in your questions. Right
now, you asked us to build a house with no plans except for 'not like it
was
built last time'.

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" -
Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"RRS" wrote in message
...
We manufacture several types of vehicles. Changes are made to each of
them
every year. We need to develop a database that will store the model
name,
the
year(s) the model was built, and a list of the drawings that applied to
each
model, each year. 90% of the data can be carried over each year. The
last
time we tried this, history was lost when updates for the new year was
done.
We would appreciate any help.
--
Thanks,
RRS






  #5  
Old February 15th, 2009, 07:40 PM posted to microsoft.public.access
a a r o n . k e m p f @ g m a i l . c o m
external usenet poster
 
Posts: 1,108
Default Storing data by year

you could use a real database- like SQL Server--
and I'd reccomend finding someone that knows what they're doing-- it
sounds to me like you've had data loss.. Newbies can frequently cause
data loss.

Perhaps if you used a certified SQL Server DBA / Developer, then maybe
you wouldn't have to deal with losing data.

-Aaron





On Feb 12, 4:31*pm, RRS wrote:
We manufacture several types of vehicles. Changes are made to each of them
every year. We need to develop a database that will store the model name, the
year(s) the model was built, and a list of the drawings that applied to each
model, each year. 90% of the data can be carried over each year. The last
time we tried this, history was lost when updates for the new year was done.
We would appreciate any help.
--
Thanks,
RRS


  #7  
Old February 16th, 2009, 01:05 AM posted to microsoft.public.access
Aaron Kempf knows nothing[_2_]
external usenet poster
 
Posts: 126
Default Storing data by year



"a a r o n . k e m p f @ g m a i l . c o" wrote:


and I'd reccomend finding someone that knows what they're doing-- but
it would not be me as I know NOTHING. I'm an imbecile. I do all sorts of
stupid things and answer questions with no relevent data.

  #8  
Old February 16th, 2009, 01:06 AM posted to microsoft.public.access
Aaron Kempf knows nothing[_2_]
external usenet poster
 
Posts: 126
Default Storing data by year



"a a r o n . k e m p f @ g m a i l . c o" wrote:

PS - I have an appetite for bad things. So
you shoudl email me at and I can
do bad things.


  #9  
Old February 20th, 2009, 01:12 AM posted to microsoft.public.access
RRS
external usenet poster
 
Posts: 8
Default Storing data by year

Gina, that link you listed may be just what the doctor ordered.
--
Thanks,
RRS


"Gina Whipp" wrote:

RRS,

Have a look at this and see if it gets you in the right direction...
http://www.databasedev.co.uk/vehicle...ata_model.html

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"RRS" wrote in message
news
Gina,
Sorry, I thought I was clear as possible in a short message. In sentence
3,
I meant we are developing a database. It also specifies the info we need
to
store. I planned on a table to store all the models, a table for all the
drawings and possibly a table for years, if this is the best way. Do I
need a
table that stores what model(ID) and year(ID) each drawing was used? I
have
developed simple databases in the past, however, this one is the hardest I
have done.
--
Thanks,
RRS


"Gina Whipp" wrote:

RRS,

This is a newsgroup for Microsoft Access a database software. It sounds
like you want a database but you are not building one. This would not be
the place to search for someone. You should try your local universities
or
Utter Access has a forum where developers post. But if you are looking
to
build a database you will have be more specific in your questions. Right
now, you asked us to build a house with no plans except for 'not like it
was
built last time'.

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" -
Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"RRS" wrote in message
...
We manufacture several types of vehicles. Changes are made to each of
them
every year. We need to develop a database that will store the model
name,
the
year(s) the model was built, and a list of the drawings that applied to
each
model, each year. 90% of the data can be carried over each year. The
last
time we tried this, history was lost when updates for the new year was
done.
We would appreciate any help.
--
Thanks,
RRS






 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:38 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.