473,395 Members | 1,393 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,395 software developers and data experts.

Using access via a front end input page

Hi

sorry if my description does not completely describe what I need to do.

I have a very simple database set up in access with 5 tables. I want to use these 5 tables to get a user entering data. This is actually just response to simple questions.

The theory is that the user will not be confused by having access open and just see a page that directs them via validation rules as to what question is asked next. i.e if one questions is yes them it might miss out two others etc.

To start I am going to have just one user on a stand alone PC with little or no access to install more programs. It is also highly likely the PC in question will not have access installed so my solution must be stand alone.

I have been told to look at VB but learning access is hard enough in itself.

I have written the form and questions in HTML but I need a server to get that method to work, which fine at home but not where I need this stahnd alone solution.

Is this possible or am I aiming to high to start with??

Thanks in advance
Sep 18 '07 #1
8 1953
Do I need to try and add clarity to my request?

Does any one understand what I am actually asking?

Thanks in advance
Sep 19 '07 #2
NeoPa
32,556 Expert Mod 16PB
Andy,

The question is reasonably clear but I had to make some guesses in determining what you are after. If I understand you correctly, you are a web developer wanting to use Access as a back-end for your web application. This is certainly possible.
Without specific Access questions though, we are not the best team to help you. How to connect to an Access back-end is probably best asked in one of the web based forums but I suspect we have people here too who maybe able to help with that if that's what you need. Otherwise I don't see much to answer.
Certainly specific questions are much easier to deal with than general ones.
Sep 19 '07 #3
Ah so I was not clear enough.

I am actually a self taught jack of all but master of non.

My current role is to show a programmer EXACTLY what I think we need so they can then develop my visual idea into a working program.

For example I write something using HTML and then they will enhance it and get it ready for the INTRANET in corporate colurs and using XHTML.

In this particular instance I am trying (for my very first go using access) :) to try setting up a simple data base so we can start collecting data on a stand alone machine that does not even have access running on it.

I have created a single page version which is too busy.

I have this morning stumbled across how to make a tabbed form so I now have it in 6 sections .

My main goal is to try and make a program/something/database that will run on a stand alone machine running windows and collect data when the girsl input it.

I would like to try and make it idiot proof so it just looks like a form/page without the access database controls at the foot of the page and the tool bars across the top.. Hence my description of a front end.

I really mean a front page that hides access from the data inputter.

In this instance the girsl can collect data for some months while the programmers are developing more important tools BUT when they get round to adapting the main applications (corporate data base, oracle I think) this data can be added hopefully but if not it can still be used for analyse of data locally.

In simple terms you click something on the computer. It gives you a page to start inputting the answers to questions you are asking people on the phone and then you just click a finish button and it allows you to start again.

Sorry I confused you by mentioning HTML and saying I had written the questions. I was trying to say I COULD have used that method if I was at home with access to my servers but not in this instance.

Having never used ACCESS its some very very basic pointers (tutorials) I am in need of but knowing me I am trying to run before I can walk :)

Thanks for your time again
Sep 20 '07 #4
NeoPa
32,556 Expert Mod 16PB
I'm afraid I can't help much with this, but I do know there are various experts that keep a list of links to helpful sites for tutorials etc. I'm better at handling specific questions myself.
I suggest that you will probably get more than you need if you post a thread with a title of (or similar to) "Tutorials Required" with a brief explanation of where you are and what you hope to develop into. You could also check out Access and VBA Tutorials to see if anything there can help in your quest.
Sep 20 '07 #5
barry07
47
Sound to me like you need an Access form which will comprise the user interface and will connect to the tables in the background so look at the Access documentation about forms.

There is no possibility of running this on a machine that does not have access installed - unless you want to write a lot of VB code and do clever stuff with ODBC.
However you can compile your access database into an mde, which means all design features are disabled. Even better - if you have Access Developer you can install a royallty free run-time version which doesnt allow users to see the database tables at all.
Sep 20 '07 #6
Thast last option sounds like what I ned mate thanks.

I would like to be able to do a bit of VB but I cant locate any decent very basic tutorials.

I might do what has been suggested above.

Cheers for your time
Sep 24 '07 #7
NeoPa
32,556 Expert Mod 16PB
No problems Andy.
I hope you find what you're looking for :)
Sep 24 '07 #8
ADezii
8,834 Expert 8TB
Ah so I was not clear enough.

I am actually a self taught jack of all but master of non.

My current role is to show a programmer EXACTLY what I think we need so they can then develop my visual idea into a working program.

For example I write something using HTML and then they will enhance it and get it ready for the INTRANET in corporate colurs and using XHTML.

In this particular instance I am trying (for my very first go using access) :) to try setting up a simple data base so we can start collecting data on a stand alone machine that does not even have access running on it.

I have created a single page version which is too busy.

I have this morning stumbled across how to make a tabbed form so I now have it in 6 sections .

My main goal is to try and make a program/something/database that will run on a stand alone machine running windows and collect data when the girsl input it.

I would like to try and make it idiot proof so it just looks like a form/page without the access database controls at the foot of the page and the tool bars across the top.. Hence my description of a front end.

I really mean a front page that hides access from the data inputter.

In this instance the girsl can collect data for some months while the programmers are developing more important tools BUT when they get round to adapting the main applications (corporate data base, oracle I think) this data can be added hopefully but if not it can still be used for analyse of data locally.

In simple terms you click something on the computer. It gives you a page to start inputting the answers to questions you are asking people on the phone and then you just click a finish button and it allows you to start again.

Sorry I confused you by mentioning HTML and saying I had written the questions. I was trying to say I COULD have used that method if I was at home with access to my servers but not in this instance.

Having never used ACCESS its some very very basic pointers (tutorials) I am in need of but knowing me I am trying to run before I can walk :)

Thanks for your time again
If I read you correctly, what you are looking for are Data Access Pages which will will allow you to display and/or edit data provided by either Jet or SQL Server in the context of a Web Page. Correct me if I am mistaken.
Oct 3 '07 #9

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

Similar topics

38
by: Remco Groot Beumer | last post by:
Hello, I'm trying to decide if the following situation would be workable: Generate an MS Access Front End (which will run localy on client computers), which will link to a DBMS (SQL server or...
4
by: intl04 | last post by:
How do I create a data input form in Access that is external to the Access database to which it's connected (if that's possible, which I believe it is)? For example, if someone clicks on an Access...
0
by: Lokkju | last post by:
I am pretty much lost here - I am trying to create a managed c++ wrapper for this dll, so that I can use it from c#/vb.net, however, it does not conform to any standard style of coding I have seen....
1
by: ansc1 | last post by:
Hello, I'm new to using php coding. I need help with the following: 1. There is a submit button on the form and is saves information to my database. After clicking on "Save Measurement" it...
7
by: vjayis | last post by:
hi i hav a front page from which an ajax page is called and an text field is written in the front page using this ajax page. I need to validate the user access for this page: 1.the ajax page...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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.