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 » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

New to the whole DB world



 
 
Thread Tools Display Modes
  #11  
Old December 2nd, 2009, 06:08 AM posted to microsoft.public.access.tablesdbdesign
jacksonmacd
external usenet poster
 
Posts: 45
Default New to the whole DB world

I know this is an Access newsgroup, and you are looking for an Access
answer, but have you considered that you might be reinventing the
wheel? Perhaps an off-the-shelf solution like Spiceworks
(spiceworks.com) might save you a lot of work.

But then again, you might be looking to improve your Access skills.

PS. I have no affiliation with Spiceworks or any other similar
software.


On Tue, 1 Dec 2009 07:48:01 -0800, freddy
wrote:

I am a desktop support person and I have a vbscript to inventory all the
computers on the network. I use the script to gather information like
username, memory, hard drive space, and I am thinking about getting installed
software. I have the script writing to an excel file, which is ok for now. I
would like to use Access 2003 but my problem is the design. Do I create one
table and have a field for username, computer name, memory, and so on or do I
create more than one table like for username and one for computername. Plus
how do I handle the installed software?
My idea was to have three tables: one for username which will have full
name, one for computername which will have all the computer stuff like
memory, hd, etc and one for software which will have software name, version,
installed date, etc. Please someone help me out.

Thanks
Freddt


--

remove uppercase and number for true email
  #12  
Old December 2nd, 2009, 06:08 AM posted to microsoft.public.access.tablesdbdesign
jacksonmacd
external usenet poster
 
Posts: 45
Default New to the whole DB world

I know this is an Access newsgroup, and you are looking for an Access
answer, but have you considered that you might be reinventing the
wheel? Perhaps an off-the-shelf solution like Spiceworks
(spiceworks.com) might save you a lot of work.

But then again, you might be looking to improve your Access skills.

PS. I have no affiliation with Spiceworks or any other similar
software.


On Tue, 1 Dec 2009 07:48:01 -0800, freddy
wrote:

I am a desktop support person and I have a vbscript to inventory all the
computers on the network. I use the script to gather information like
username, memory, hard drive space, and I am thinking about getting installed
software. I have the script writing to an excel file, which is ok for now. I
would like to use Access 2003 but my problem is the design. Do I create one
table and have a field for username, computer name, memory, and so on or do I
create more than one table like for username and one for computername. Plus
how do I handle the installed software?
My idea was to have three tables: one for username which will have full
name, one for computername which will have all the computer stuff like
memory, hd, etc and one for software which will have software name, version,
installed date, etc. Please someone help me out.

Thanks
Freddt


--

remove uppercase and number for true email
  #13  
Old December 2nd, 2009, 06:08 AM posted to microsoft.public.access.tablesdbdesign
jacksonmacd
external usenet poster
 
Posts: 45
Default New to the whole DB world

I know this is an Access newsgroup, and you are looking for an Access
answer, but have you considered that you might be reinventing the
wheel? Perhaps an off-the-shelf solution like Spiceworks
(spiceworks.com) might save you a lot of work.

But then again, you might be looking to improve your Access skills.

PS. I have no affiliation with Spiceworks or any other similar
software.


On Tue, 1 Dec 2009 07:48:01 -0800, freddy
wrote:

I am a desktop support person and I have a vbscript to inventory all the
computers on the network. I use the script to gather information like
username, memory, hard drive space, and I am thinking about getting installed
software. I have the script writing to an excel file, which is ok for now. I
would like to use Access 2003 but my problem is the design. Do I create one
table and have a field for username, computer name, memory, and so on or do I
create more than one table like for username and one for computername. Plus
how do I handle the installed software?
My idea was to have three tables: one for username which will have full
name, one for computername which will have all the computer stuff like
memory, hd, etc and one for software which will have software name, version,
installed date, etc. Please someone help me out.

Thanks
Freddt


--

remove uppercase and number for true email
  #14  
Old December 2nd, 2009, 12:57 PM posted to microsoft.public.access.tablesdbdesign
Fred
external usenet poster
 
Posts: 1,451
Default New to the whole DB world

All of the given answer are good.

If you want help going the "make an Access DB" route, then start doing what
the first 3 respondents have said and, if you need/ could use help, repost,
telling us your answers are to the question posed in those responses.


  #15  
Old December 2nd, 2009, 12:57 PM posted to microsoft.public.access.tablesdbdesign
Fred
external usenet poster
 
Posts: 1,451
Default New to the whole DB world

All of the given answer are good.

If you want help going the "make an Access DB" route, then start doing what
the first 3 respondents have said and, if you need/ could use help, repost,
telling us your answers are to the question posed in those responses.


  #16  
Old December 2nd, 2009, 12:57 PM posted to microsoft.public.access.tablesdbdesign
Fred
external usenet poster
 
Posts: 1,451
Default New to the whole DB world

All of the given answer are good.

If you want help going the "make an Access DB" route, then start doing what
the first 3 respondents have said and, if you need/ could use help, repost,
telling us your answers are to the question posed in those responses.


  #17  
Old December 2nd, 2009, 04:21 PM posted to microsoft.public.access.tablesdbdesign
freddy
external usenet poster
 
Posts: 38
Default New to the whole DB world

The problem is that the company does not want to spend money.

"jacksonmacd" wrote:

I know this is an Access newsgroup, and you are looking for an Access
answer, but have you considered that you might be reinventing the
wheel? Perhaps an off-the-shelf solution like Spiceworks
(spiceworks.com) might save you a lot of work.

But then again, you might be looking to improve your Access skills.

PS. I have no affiliation with Spiceworks or any other similar
software.


On Tue, 1 Dec 2009 07:48:01 -0800, freddy
wrote:

I am a desktop support person and I have a vbscript to inventory all the
computers on the network. I use the script to gather information like
username, memory, hard drive space, and I am thinking about getting installed
software. I have the script writing to an excel file, which is ok for now. I
would like to use Access 2003 but my problem is the design. Do I create one
table and have a field for username, computer name, memory, and so on or do I
create more than one table like for username and one for computername. Plus
how do I handle the installed software?
My idea was to have three tables: one for username which will have full
name, one for computername which will have all the computer stuff like
memory, hd, etc and one for software which will have software name, version,
installed date, etc. Please someone help me out.

Thanks
Freddt


--

remove uppercase and number for true email
.

  #18  
Old December 2nd, 2009, 04:21 PM posted to microsoft.public.access.tablesdbdesign
freddy
external usenet poster
 
Posts: 38
Default New to the whole DB world

The problem is that the company does not want to spend money.

"jacksonmacd" wrote:

I know this is an Access newsgroup, and you are looking for an Access
answer, but have you considered that you might be reinventing the
wheel? Perhaps an off-the-shelf solution like Spiceworks
(spiceworks.com) might save you a lot of work.

But then again, you might be looking to improve your Access skills.

PS. I have no affiliation with Spiceworks or any other similar
software.


On Tue, 1 Dec 2009 07:48:01 -0800, freddy
wrote:

I am a desktop support person and I have a vbscript to inventory all the
computers on the network. I use the script to gather information like
username, memory, hard drive space, and I am thinking about getting installed
software. I have the script writing to an excel file, which is ok for now. I
would like to use Access 2003 but my problem is the design. Do I create one
table and have a field for username, computer name, memory, and so on or do I
create more than one table like for username and one for computername. Plus
how do I handle the installed software?
My idea was to have three tables: one for username which will have full
name, one for computername which will have all the computer stuff like
memory, hd, etc and one for software which will have software name, version,
installed date, etc. Please someone help me out.

Thanks
Freddt


--

remove uppercase and number for true email
.

  #19  
Old December 2nd, 2009, 04:21 PM posted to microsoft.public.access.tablesdbdesign
freddy
external usenet poster
 
Posts: 38
Default New to the whole DB world

The problem is that the company does not want to spend money.

"jacksonmacd" wrote:

I know this is an Access newsgroup, and you are looking for an Access
answer, but have you considered that you might be reinventing the
wheel? Perhaps an off-the-shelf solution like Spiceworks
(spiceworks.com) might save you a lot of work.

But then again, you might be looking to improve your Access skills.

PS. I have no affiliation with Spiceworks or any other similar
software.


On Tue, 1 Dec 2009 07:48:01 -0800, freddy
wrote:

I am a desktop support person and I have a vbscript to inventory all the
computers on the network. I use the script to gather information like
username, memory, hard drive space, and I am thinking about getting installed
software. I have the script writing to an excel file, which is ok for now. I
would like to use Access 2003 but my problem is the design. Do I create one
table and have a field for username, computer name, memory, and so on or do I
create more than one table like for username and one for computername. Plus
how do I handle the installed software?
My idea was to have three tables: one for username which will have full
name, one for computername which will have all the computer stuff like
memory, hd, etc and one for software which will have software name, version,
installed date, etc. Please someone help me out.

Thanks
Freddt


--

remove uppercase and number for true email
.

  #20  
Old December 2nd, 2009, 07:12 PM posted to microsoft.public.access.tablesdbdesign
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default New to the whole DB world

Oho! Willing to spend people's time/salary, but not willing to purchase
software or hire expertise...?

Best of luck!

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"freddy" wrote in message
...
The problem is that the company does not want to spend money.

"jacksonmacd" wrote:

I know this is an Access newsgroup, and you are looking for an Access
answer, but have you considered that you might be reinventing the
wheel? Perhaps an off-the-shelf solution like Spiceworks
(spiceworks.com) might save you a lot of work.

But then again, you might be looking to improve your Access skills.

PS. I have no affiliation with Spiceworks or any other similar
software.


On Tue, 1 Dec 2009 07:48:01 -0800, freddy
wrote:

I am a desktop support person and I have a vbscript to inventory all the
computers on the network. I use the script to gather information like
username, memory, hard drive space, and I am thinking about getting
installed
software. I have the script writing to an excel file, which is ok for
now. I
would like to use Access 2003 but my problem is the design. Do I create
one
table and have a field for username, computer name, memory, and so on or
do I
create more than one table like for username and one for computername.
Plus
how do I handle the installed software?
My idea was to have three tables: one for username which will have full
name, one for computername which will have all the computer stuff like
memory, hd, etc and one for software which will have software name,
version,
installed date, etc. Please someone help me out.

Thanks
Freddt


--

remove uppercase and number for true email
.



 




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 10:00 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.