473,768 Members | 1,465 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

1 x front end & 3 x back ends

I am not a programmer, but love to dabble with VBA, mainly in Excel, but
I have made an Access data base which is getting a bit outa hand for
me!!

I am using it to display information only; as a project report. I have
three sections that I must report on, namely:

General information
Purchasing issues &
Quality issues.

For the fist one I have about 15 queries which is ok, but the second one
I have already about 40 !!

The third one will possibly have double that!

I have been recommended to have 3 back ends and one front end, do you
agree with this?

I am not that good with access and not sure how to do this, any
suggestions or comments/help from you would be appreciated.

Les Stout

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 13 '05 #1
4 1620
Tempy <an*******@devd ex.com> wrote:
I have been recommended to have 3 back ends and one front end, do you
agree with this?


More info required to answer this specifically, but in general you can have
as many back ends as you like. Why you would want more than one is the
question. First reason that springs to mind is data volume - if you have
huge amounts of data to store then distributing it across many back ends
might be a consideration.

Search the help on "split" and you should get the information you're
looking for.

Regards,
Keith.
Nov 13 '05 #2
Hi Kieth,

It was suggested to seperate the querries for the different categories,
but they all use the same tables, but i am not sure how this all fits
togethere?

I am really feeling quite lost!!

Les Stout

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 13 '05 #3
Tempy <an*******@devd ex.com> wrote:
It was suggested to seperate the querries for the different categories,
but they all use the same tables, but i am not sure how this all fits
togethere?

I am really feeling quite lost!!


Hi Les.

Did you search the help? It's all in there :o)

You seem to be confusing the "front" and "back" ends - the front end
contains everything except the tables and is used by the end-user, whereas
the back end contains *only* the tables.

You would then link your front end (right-click on the Tables tab in the
Database Window and choose "Link Tables") to the tables in the back end.
You can link to many back-ends as appropriate.

What you seem to be suggesting is having many *front* ends to categorise
your queries. If you're the only user then there's nothing wrong with this
either, just link the tables in your front ends to the back ends as
appropriate, although this approach wouldn't work in a multi-user scenario.

HTH - Keith.
PS - work on a COPY of your files until you're happy with the results.
Nov 13 '05 #4
Tempy <an*******@devd ex.com> wrote:
For the fist one I have about 15 queries which is ok, but the second one
I have already about 40 !! The third one will possibly have double that!


No big deal. My largest app has at least 1200 queries last time I counted.

I'd just prefix the query names with what area they belong in. ie Gen, Pur and QC.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3169
by: Bob Hynes | last post by:
Hi All, Does anyone know of a place where a corrupted mdb(front-end) can be sent and have that place be able to tell me what got corrupted within the db? Here's the issue; All pc's are WindowsNT on a Novell network using Office97 Pro. I built a db application(work distribution and log app) which has been running in this environment for more than a year, its a front-end/back-end setup using UNC for its pathing, both ends get compacted...
1
1873
by: David Mitchell | last post by:
I have an app being used by 64 users over a network. The back end resides on one of the servers and each user has their own frontend. The latest version has coding to prevent the app being used if the version does not match with the backend. Unfortunatley, the original app had no coding for Version number and can still be used. Most of the staff did as they were instructed and left the front end on their desktops. When I issued the...
5
324
by: Lumpierbritches | last post by:
Thank you for your assistance in advance. I'm trying to figure out why on my computer the front and back ends are ok, when I use Access developer and set up the program with the front and back ends in the same install folder, I get errors and no way to reconnect the front and back end on the foreign computer. Is there something in the developer package that allows this to happen, that I'm not loading with the program and setup files? ...
49
14354
by: Yannick Turgeon | last post by:
Hello, We are in the process of examining our current main application. We have to do some major changes and, in the process, are questionning/validating the use of MS Access as front-end. The application is relatively big: around 200 tables, 200 forms and sub-forms, 150 queries and 150 repports, 5GB of data (SQL Server 2000), 40 users. I'm wondering what are the disadvantages of using Access as front-end? Other that it's not...
5
4703
by: Mike Turco | last post by:
What is the difference between creating relationships in the front-end vs. the back-end database? I was trying to create a relationship in a database front-end and noticed that I could not check the referential integrity box. What gives? Continuing on with that line of thinking, I understand what do the relationships do for you in a database, but what do they do physically to the tables? Thanks,
35
2565
by: robert d via AccessMonster.com | last post by:
I was asked to provide a proposal. I provided a proposal on my application and the prospective client likes what I have but is wary of it having been developed in Access. I don't understand this concern since my front-end application will be linked to a SQL SERVER backend. But there seems to be this "conventional wisdom" among IT people that Access is a toy database. Okay, let's redefine that as "Jet" is a toy database (which I don't...
5
1798
by: kcr2007 | last post by:
I am a beginner - just to give a warning up front :) I have a split database on one computer. I need to move the whole database, front and back ends to another computer. When I do, it will not allow me to relink the tables easily. Do I have to change the root path so the front can find the back...and how?? Trying to figure this out for, oh, about 3 days now! Thanks in advance...
11
4705
by: Max Vit | last post by:
I have deployed few Access apps splitting it in Front End and Back End. Our environment uses Win XP SP2 for clients, Win 2k3 for servers and Access 2003. The max. number of clients is about 50 (concurrent users is estimated around 10). Whilst the Back End always lives on a server, I am not quite clear where the Front End should live. I have searched the web and find contradicting views.
14
9447
by: Brian Nelson | last post by:
Sorry for the long post, I've tried so hard to solve this one but I'm just stuck! We've had a multiuser .mdb file on a network share for years. I know it's not ideal, but it's worked well from Access 2000 to 2003. Ever since we upgraded to 2007, we've noticed some serious bloating. When we were on 2003, after a fresh compact, the database would be at about 20 MB. After normal use it would grow to about 25 MB and then significantly...
0
9407
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10175
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10017
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9961
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9843
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7384
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5283
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3534
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2808
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.