473,799 Members | 2,907 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access beginner User..Need help setting upa database

I need help setting up a database which includes a list of about 1200
urls. Anyone who accesses the database should be able to input wheather
the url is good or bad. I want to share the databse over a network. If
possbile I would like a web page view with Url displayed at the top of
the page, the actual URL content displayed in the middle, and the
option to input weather or not the URL is good or Bad. I would
appreciate it if someone can help set this up

Jun 2 '06 #1
5 1504
I don't know about others in this newsgroup, but my own response to your
post is that at this level of description you're not exactly asking for help
with a problem, which is what everyone here is happy to offer. You're more
like posting a system requirement and asking if someone will do your design
work for you. Generally you have to pay to get that kind of work done for
you.

I may be way off on this, but I think you'll have a better chance of getting
help if you start trying to put your application together, and then ask very
specific questions if you run into difficulty with a particular develpment
task.

Broadly, you're going to need a table to hold the URLs. Use an autonumber
primary key. Create a second table to hold the votes for good or bad. ( I
assume you want to track each user's input individually.)

Are you trying to do a web interface for your app, or an Access interface?
Jun 2 '06 #2

Rick Wannall wrote:
I don't know about others in this newsgroup, but my own response to your
post is that at this level of description you're not exactly asking for help
with a problem, which is what everyone here is happy to offer. You're more
like posting a system requirement and asking if someone will do your design
work for you. Generally you have to pay to get that kind of work done for
you.

I may be way off on this, but I think you'll have a better chance of getting
help if you start trying to put your application together, and then ask very
specific questions if you run into difficulty with a particular develpment
task.

Broadly, you're going to need a table to hold the URLs. Use an autonumber
primary key. Create a second table to hold the votes for good or bad. ( I
assume you want to track each user's input individually.)

Are you trying to do a web interface for your app, or an Access interface?


Yes i would like to track individually and I would like a web
interface. i appreciate your help. Thank you

Jun 2 '06 #3
Are you a web developer? Do you already create web interfaces that retrieve
data from Access or SQL Server or Oracle or some database product?
Jun 2 '06 #4
Actuallly no. Im going to take your advice and try to get familiar with
the software first. Thank you very much
Rick Wannall wrote:
Are you a web developer? Do you already create web interfaces that retrieve
data from Access or SQL Server or Oracle or some database product?


Jun 2 '06 #5
Rick Wannall wrote:
I don't know about others in this newsgroup, but my own response to your
post is that at this level of description you're not exactly asking for help
with a problem, which is what everyone here is happy to offer. You're more
like posting a system requirement and asking if someone will do your design
work for you. Generally you have to pay to get that kind of work done for
you.

I may be way off on this, but I think you'll have a better chance of getting
help if you start trying to put your application together, and then ask very
specific questions if you run into difficulty with a particular develpment
task.

Broadly, you're going to need a table to hold the URLs. Use an autonumber
primary key. Create a second table to hold the votes for good or bad. ( I
assume you want to track each user's input individually.)

Are you trying to do a web interface for your app, or an Access interface?


Look in Access help for WebBrowser control. That might help.

Here's another
Export a table, query, form, or report to HTML format

You can use Microsoft Access 97 to create a World Wide Web application.
For example, you can create a corporate home page, an online magazine or
newsletter, a registration system for a trade show, or an online product
catalog. To create this Web application, you output objects to HTML
format or use the Publish to the Web Wizard.

Jun 2 '06 #6

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

Similar topics

10
5569
by: John | last post by:
Hello. I am currently working through a book on Dreamweaver and using PHP. I am having a little trouble with setting up the database though. I have php 4.2.3 and MySQL 4.0.20a. I am running locally with Apache 1.3.27 on Windows XP Pro. I seem to have finally got MySQL running after a lot of difficulty. In the book it says to type source C:\mysql\newland_tours.sql at the mysql> prompt, to generate the newland_tours database in my...
10
6050
by: MHenry | last post by:
Hi, We were going merrily along for 6 years using this database to record all client checks that came into our office, including information about what the checks were for. Suddenly, network computers cannot access the database. The message is...
49
14364
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...
7
8874
by: dog | last post by:
I've seen plenty of articles on this topic but none of them have been able to solve my problem. I am working with an Access 97 database on an NT4.0 machine, which has many Access reports. I want my users to be able to select a report, click on a command button on a form, which will then automatically create the report as a pdf file and save it to the user's machine. I am using Adobe Acrobat (5.0 I think) and have Adobe Distiller as a
4
2048
by: ljubo lecic via AccessMonster.com | last post by:
I am an experienced ORACLE software developer who met ACCESS few months ago and I must say that ,so far, I am delighted. I rapidly developed a few aplications and everything is working extremly good. Now, I am offered to develop something more complex. And It must be done in ACCESS.I feel so comfortable in ACCESS programming that I am about to accept the offer.But before my final response I URGENTLY need some advices and opinions from...
3
3501
by: Lyle Fairfield | last post by:
In a recent thread there has been discussion about Data Access Pages. It has been suggested that they are not permitted on many or most secure sites. Perhaps, that it is so, although I know of no site that has this prohibition, and I have uploaded DAPs to various sites and used them from those sites. I do not understand why any site manager would prohibit DAPs. To the best of my knowledge DAPs, as HTM files, are merely hosted on the...
17
4422
by: Mell via AccessMonster.com | last post by:
Is there a way to find out where an application was created from? i.e. - work or home i.e. - if application sits on a (work) server/network, the IT people know the application is sitting there, but is there a way they can find out if that application was put there from a CD or email or created at work? Hint: It's not on a client/server database, just native jet database mdb created on Access 2003 (default 2000)...
3
1169
by: Toni | last post by:
Hello! I'm building an application where the user can update his own personal information in a database using a form. The program fetches the user's information from the database, fills the form with this information, then the user makes the changes that he wants, clicks the "Update" button and the updated information is sent back to the database. But I have a problem. My program is supposed to work like this: txtNamefield.text = "John...
13
1718
by: Jack B | last post by:
I'm using Access 2002 to create a database for a small opera company that my wife is involved in, and I'm more than a bit rusty because I haven't created a new Access database since about 1999. So, I will probably have quite a few questions as I go through this, and hopefully this group will help me out. I will be creating this database for someone else to enter the data. I have a patron table with name, address, email, etc., and I...
0
9538
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
10473
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
10249
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
10219
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
10025
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...
0
6804
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5584
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4138
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3755
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.