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  

Questions For MVP



 
 
Thread Tools Display Modes
  #1  
Old December 30th, 2004, 12:25 PM
Rayrock
external usenet poster
 
Posts: n/a
Default Questions For MVP

I have a unix system running my warehouse inventory control and accounts
recieveable. Probelms with high costs that our current software vendor
charges. Updates, and minor changes...

I want to switch to windows for many reasons. The most important I want
control and lower costs. I'm fairly decent with Access.

Questions?

1. Does access support 6 people using the same database?
2. Can I run the access Inventory system on Windows XP pro or should I Step
up to server 2003?
3. If I need Server 2003 Do I have to be a seperate version of 2003 for all
machines?
4. Is there a templete that can be used for starting point?
5. Is there migration software that convert my exsisting unix Inventory
system?
6. If I setup my system on a windows base plateform would I be able to set
up IIS so I can create a website that would show current inventory through a
designated IP address?

These question my be indepth for the group sorry dont know where elese to ask?

Ray
  #2  
Old December 30th, 2004, 01:48 PM
Allen Browne
external usenet poster
 
Posts: n/a
Default

Answers embedded.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Rayrock" wrote in message
...
I have a unix system running my warehouse inventory control and accounts
recieveable. Probelms with high costs that our current software vendor
charges. Updates, and minor changes...

I want to switch to windows for many reasons. The most important I want
control and lower costs. I'm fairly decent with Access.

Questions?

1. Does access support 6 people using the same database?


Yes. A couple of dozen users would be no problem.

2. Can I run the access Inventory system on Windows XP pro or should I
Step
up to server 2003?


XP Pro would be fine. Split the database into a back end (tables only), and
front end (linked tables, queries, forms, reports, and code). Give everyone
their own local copy of the front end. The back end mdb could be on in a
shared folder on one of the workstations with no problem (i.e. a dedicated
server is not required).

3. If I need Server 2003 Do I have to be a seperate version of 2003 for
all
machines?


N/a.

4. Is there a templete that can be used for starting point?


No that's anything more than a demo AFAIK. If you have already written a
warehouse package in another language, you may already be aware of how to
set up the relations between the tables. There's a basic introduction in
this link:
Inventory Control - Quantity On Hand
at:
http://members.iinet.net.au/~allenbr...Inventory.html

5. Is there migration software that convert my exsisting unix Inventory
system?


If you can export the data to ASCII, you can probably import it into Access.
You will not be able to convert the existing code.

6. If I setup my system on a windows base plateform would I be able to
set
up IIS so I can create a website that would show current inventory through
a
designated IP address?


It is possible to serve Access data onto a web page, using a technology such
as .Net, ASP, PHP, or Cold Fusion. Access has Data Access Pages, though it's
probably easier to use another approach if this is Internet based. The job
requires considerable work: you lose the great functionality of Access forms
and subform, and reports - the very things that make Access attractive to
start with.


  #3  
Old December 31st, 2004, 12:15 AM
Rayrock
external usenet poster
 
Posts: n/a
Default

How would I set up the front end? I would load the templates on the
machines and then link it to the database on the main machine, I.e host?

Is there an example?

Ray

"Allen Browne" wrote:

Answers embedded.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Rayrock" wrote in message
...
I have a unix system running my warehouse inventory control and accounts
recieveable. Probelms with high costs that our current software vendor
charges. Updates, and minor changes...

I want to switch to windows for many reasons. The most important I want
control and lower costs. I'm fairly decent with Access.

Questions?

1. Does access support 6 people using the same database?


Yes. A couple of dozen users would be no problem.

2. Can I run the access Inventory system on Windows XP pro or should I
Step
up to server 2003?


XP Pro would be fine. Split the database into a back end (tables only), and
front end (linked tables, queries, forms, reports, and code). Give everyone
their own local copy of the front end. The back end mdb could be on in a
shared folder on one of the workstations with no problem (i.e. a dedicated
server is not required).

3. If I need Server 2003 Do I have to be a seperate version of 2003 for
all
machines?


N/a.

4. Is there a templete that can be used for starting point?


No that's anything more than a demo AFAIK. If you have already written a
warehouse package in another language, you may already be aware of how to
set up the relations between the tables. There's a basic introduction in
this link:
Inventory Control - Quantity On Hand
at:
http://members.iinet.net.au/~allenbr...Inventory.html

5. Is there migration software that convert my exsisting unix Inventory
system?


If you can export the data to ASCII, you can probably import it into Access.
You will not be able to convert the existing code.

6. If I setup my system on a windows base plateform would I be able to
set
up IIS so I can create a website that would show current inventory through
a
designated IP address?


It is possible to serve Access data onto a web page, using a technology such
as .Net, ASP, PHP, or Cold Fusion. Access has Data Access Pages, though it's
probably easier to use another approach if this is Internet based. The job
requires considerable work: you lose the great functionality of Access forms
and subform, and reports - the very things that make Access attractive to
start with.



  #4  
Old December 31st, 2004, 08:14 AM
Allen Browne
external usenet poster
 
Posts: n/a
Default

There are various ways to do this.

For the basics, see:
Split your MDB file into data and application
at:
http://members.iinet.net.au/~allenbrowne/ser-01.html

The best soluition is to consider the front end as the "application", and
install it to each user's workstation. If that's not practical, you can
actually place the front end in each user's private space on the server. If
the issue is keeping all the user's fe's up to date, see:
Auto FE Updater
at:
http://www.granite.ab.ca/access/autofe.htm

"Rayrock" wrote in message
...
How would I set up the front end? I would load the templates on the
machines and then link it to the database on the main machine, I.e host?

Is there an example?

Ray

"Allen Browne" wrote:

Answers embedded.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Rayrock" wrote in message
...
I have a unix system running my warehouse inventory control and accounts
recieveable. Probelms with high costs that our current software vendor
charges. Updates, and minor changes...

I want to switch to windows for many reasons. The most important I
want
control and lower costs. I'm fairly decent with Access.

Questions?

1. Does access support 6 people using the same database?


Yes. A couple of dozen users would be no problem.

2. Can I run the access Inventory system on Windows XP pro or should I
Step
up to server 2003?


XP Pro would be fine. Split the database into a back end (tables only),
and
front end (linked tables, queries, forms, reports, and code). Give
everyone
their own local copy of the front end. The back end mdb could be on in a
shared folder on one of the workstations with no problem (i.e. a
dedicated
server is not required).

3. If I need Server 2003 Do I have to be a seperate version of 2003
for
all
machines?


N/a.

4. Is there a templete that can be used for starting point?


No that's anything more than a demo AFAIK. If you have already written a
warehouse package in another language, you may already be aware of how to
set up the relations between the tables. There's a basic introduction in
this link:
Inventory Control - Quantity On Hand
at:
http://members.iinet.net.au/~allenbr...Inventory.html

5. Is there migration software that convert my exsisting unix
Inventory
system?


If you can export the data to ASCII, you can probably import it into
Access.
You will not be able to convert the existing code.

6. If I setup my system on a windows base plateform would I be able to
set
up IIS so I can create a website that would show current inventory
through
a
designated IP address?


It is possible to serve Access data onto a web page, using a technology
such
as .Net, ASP, PHP, or Cold Fusion. Access has Data Access Pages, though
it's
probably easier to use another approach if this is Internet based. The
job
requires considerable work: you lose the great functionality of Access
forms
and subform, and reports - the very things that make Access attractive to
start with.





  #5  
Old January 1st, 2005, 08:47 PM
rolaaus
external usenet poster
 
Posts: n/a
Default

Allen Browne always supplies some great answers, but one thing I usually see
missed when discussing splitting databases for multiple users is a reference
to the Developers version of Access. It allows the creation of a "run-time"
version of the databse being created. Many the database, once developed can
be distributed to many users, who don't have MS Access on their system. The
reason I bring this us is because it can be more cost efficient to purchase
the Developers version of Access and install the run-time on everybody's
machine except the person creating the application. Even if you have 2 or 3
ppl developing the database, you can still purchase an Access license for
them, and have 1 developer version license and have that 1 license of
developer vers run the "distribution" process. I know this could possibly be
confusing, which is possibly why it is not referenced more often. Let me
know if you need further help, but you can probably find more info on MS
website by doing a searche for ODE (Office Developer Edition).

"Rayrock" wrote:

How would I set up the front end? I would load the templates on the
machines and then link it to the database on the main machine, I.e host?

Is there an example?

Ray

"Allen Browne" wrote:

Answers embedded.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Rayrock" wrote in message
...
I have a unix system running my warehouse inventory control and accounts
recieveable. Probelms with high costs that our current software vendor
charges. Updates, and minor changes...

I want to switch to windows for many reasons. The most important I want
control and lower costs. I'm fairly decent with Access.

Questions?

1. Does access support 6 people using the same database?


Yes. A couple of dozen users would be no problem.

2. Can I run the access Inventory system on Windows XP pro or should I
Step
up to server 2003?


XP Pro would be fine. Split the database into a back end (tables only), and
front end (linked tables, queries, forms, reports, and code). Give everyone
their own local copy of the front end. The back end mdb could be on in a
shared folder on one of the workstations with no problem (i.e. a dedicated
server is not required).

3. If I need Server 2003 Do I have to be a seperate version of 2003 for
all
machines?


N/a.

4. Is there a templete that can be used for starting point?


No that's anything more than a demo AFAIK. If you have already written a
warehouse package in another language, you may already be aware of how to
set up the relations between the tables. There's a basic introduction in
this link:
Inventory Control - Quantity On Hand
at:
http://members.iinet.net.au/~allenbr...Inventory.html

5. Is there migration software that convert my exsisting unix Inventory
system?


If you can export the data to ASCII, you can probably import it into Access.
You will not be able to convert the existing code.

6. If I setup my system on a windows base plateform would I be able to
set
up IIS so I can create a website that would show current inventory through
a
designated IP address?


It is possible to serve Access data onto a web page, using a technology such
as .Net, ASP, PHP, or Cold Fusion. Access has Data Access Pages, though it's
probably easier to use another approach if this is Internet based. The job
requires considerable work: you lose the great functionality of Access forms
and subform, and reports - the very things that make Access attractive to
start with.



 




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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Masonic Emblems Where can I get online ? Thanks Vanman General Discussion 3 September 23rd, 2004 08:26 PM
FAQ - frequently asked questions - Please read before posting - unofficial - July post Charles Kenyon Tables 1 July 12th, 2004 03:39 PM
FAQ - Frequently Asked Questions - Please read before posting - unofficial - July post Charles Kenyon General Discussion 1 July 12th, 2004 03:39 PM
FAQ - frequently asked questions - please read before posting - June posting unofficial Charles Kenyon New Users 4 June 28th, 2004 02:58 PM
FAQ - Frequently Asked Questions - unofficial - please read before posting - April Charles Kenyon Formatting Long Documents 0 April 26th, 2004 03:33 PM


All times are GMT +1. The time now is 05:14 PM.


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