473,394 Members | 1,371 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Multiusers accessing forms

8
Hi All,

I am very new to access. I have created a database in MS Access and few tables need to be updated based on the information that is going to be filled in by users. Here is what I have done.

1. Created tables in database
2. Created forms for all the tables
3. Created a Main Menu using switchboard which can be used by the users to access the different forms to be filled in by them.

What I am looking for is to have this Main Menu switchboard installed on all users PC as an icon so that with a click they can see the screen and select whichever form they want to fill the information in, which in turn will update the data in tables

I am not really sure if this is possible or if there is any other way to do that.

I am familiar that a backend database and a frontend database can be created but not sure how can this be done either.

I have never done coding and very new to access so any help would be greatly apprecitaed.

Thanks,
TK
Jun 21 '07 #1
4 1397
nico5038
3,080 Expert 2GB
To activate your mainform, open the Tools/Startup... menu and select the form's name in the combobox "Display Form/Page"

That's all needed to make sure it will appear when the Access desktop icon for your application is pressed. Changing the icon can be done using the right_click and selecting the properties of the icon on the desktop.

Splitting the database is another story. It will create an additional database with just the data and connect the tables. When you want multiple users you can chose on a fast network to place the .mdb on a general (server) folder and have people access that, in a spiltted database situation you place the backend on the server and distribute the frontend to your users.
This will require the connection (Tools/Database utilities/Linked table manager) to be set.

Nic;o)
Jun 21 '07 #2
BradHodge
166 Expert 100+
Once your tables and forms are created in the database, you can use the Database splitter to break out the data (the tables) into a backend.

Go to TOOLS - DATABASE UTILITIES - DATABASE SPLITTER. Tell it you want to split the database. It will prompt you for a location and name for the backend. If you don't specify a name, it will give it the name of your database with _be.mdb tacked onto it.

Once you do this, all your tables will have an arrow beside them showing that they are linked tables. If you create any new tables after that, you should create them in the backend database and then link your front end to them.

Once you have a front end and backend of the database, you can simply load the front end onto your users C:\ drive. They will then be able to access the forms to enter data and should not have difficulty even if multiple users are access the database at the same time (although like anything else... there are limits to this :).

Make sure that all of the users have access to the backend database. In otherwords... if it is on a server, they should all be able to read and write to that folder.

This should get you started. Hollar if you have more questions.

Brad.
Jun 21 '07 #3
tkba
8
Thanks a lot Nic and Brad.

I have one more question: Can an executable file be created and installed on the users PCs. I basically want to do this because I dont want my users to access forms thriugh the database.

Also can I add a calendar button to the date fileds in my form

Please help.

Regards,
TK
Jun 22 '07 #4
BradHodge
166 Expert 100+
With regards to the executable, I have had success with Tony Toews AutoFeUpdater application. It allows the user to always have the most up to date front end without you needing to go out and up date their PC manually.

The calendar I have been using was created by Allen Browne

Hope this helps,
Brad.
Jun 22 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Craig Anderson | last post by:
Can anyone tell me the best way to access a hidden object in a form? I could use a hard-coded index to the elements of the form, but it's too easy to add something before the hidden object and mess...
5
by: Rune Runnestø | last post by:
How do I focus the cursor in the input field 'numberField' when accessing this jsp-file (or html-file) ? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head>...
6
by: Chris Styles | last post by:
Dear All, I've been using some code to verify form data quite happily, but i've recently changed the way my form is structured, and I can't get it to work now. Originally : The form is...
0
by: Joergen Bech | last post by:
Fairly new to ASP.NET 1.1. Getting the error below when running application on a web server outside of my control, but only the first time I run it: 1. After a long period of inactivity (or...
4
by: raj_genius | last post by:
I hav two queries, whc are as follows: FIRSTLY: is it possible to access the controls(by name) of a parent form(MDI) from its child forms??if yes then how??plzz provide a coded example in VB if...
0
by: aakash | last post by:
Hello Guys I am upsizing ms access project to give it a ms sql connectivity I am having problem in accessing form control values in ms sql function CREATE FUNCTION "ReportList DateRange"() ...
3
by: judy.j.miller | last post by:
Does anyone know why i can't access a form element value using dot notation in firefox, when i'm in a function. Works ok in the body. I'm trying to do this: var FarTemp = faren.temp.value; I...
1
by: crystalgal | last post by:
I created a database that contains 2 tables and 2 forms which allow data entry. I have set the database to "share mode" for the default open. When I have it open and someone else tries to open it...
4
by: nottarealaddress | last post by:
I'm trying to get my feet wet in VB2005 (our new standard at work after officially stopping new development in VB6 about a month ago). I'm working with a simple sql 2005 table of 50 entries, one...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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,...
0
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...

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.