473,805 Members | 2,141 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Page Design Questions

I'm having some trouble getting a Page to work the way I want it to in
Access 2003. I'm trying to do some simple internal tracking at my
office for a specific item that we sell. Each item has a serial
number, so I created two tables. Here's the structure:

Table Name: T_ITEM
Primary Key: SERIAL_NUMBER
Other fileds: CLIENT_ID, DEPLOY_DATE, COMMENTS
Table Name: T_CLIENT_LIST
Primary Key: CLIENT_ID
Other fields: CLIENT_NAME
The CLIENT_ID fields are linked with a one-to-many relationship with
enforced integrity.
I'm fairly inexperienced in Access, so the controls on the pages I've
generated aren't working together :( Here's what I'm trying to
accomplish:
I would like a page that has a drop-down box from which you would pick
a serial number, and the relevant information (client name, deployment
date, comments) would appear in non-editable text boxes below.
I would also like to create a second page that has a drop-down list
containing all the client names, and directly below that a list box
that would populate with every item that had been sold to this, and
when you select an item in the list-box I would like the deployment
date and comments to appear in fields below that.
Since I will be hosting this on a web-acessible server, I only want
people to be able to view these pages and all the data, without being
able to edit records or create new ones.
Sounds pretty simple, but I have to admit I'm just not that good yet
:-P
(Thanks in advance for any help! I can provide the .mdb for reference)

Jul 31 '06 #1
3 1416
You'll want to do that in ASP to make it web-accessible, which is a
whole nother bird.

Adam wrote:
I'm having some trouble getting a Page to work the way I want it to in
Access 2003. I'm trying to do some simple internal tracking at my
office for a specific item that we sell. Each item has a serial
number, so I created two tables. Here's the structure:

Table Name: T_ITEM
Primary Key: SERIAL_NUMBER
Other fileds: CLIENT_ID, DEPLOY_DATE, COMMENTS
Table Name: T_CLIENT_LIST
Primary Key: CLIENT_ID
Other fields: CLIENT_NAME
The CLIENT_ID fields are linked with a one-to-many relationship with
enforced integrity.
I'm fairly inexperienced in Access, so the controls on the pages I've
generated aren't working together :( Here's what I'm trying to
accomplish:
I would like a page that has a drop-down box from which you would pick
a serial number, and the relevant information (client name, deployment
date, comments) would appear in non-editable text boxes below.
I would also like to create a second page that has a drop-down list
containing all the client names, and directly below that a list box
that would populate with every item that had been sold to this, and
when you select an item in the list-box I would like the deployment
date and comments to appear in fields below that.
Since I will be hosting this on a web-acessible server, I only want
people to be able to view these pages and all the data, without being
able to edit records or create new ones.
Sounds pretty simple, but I have to admit I'm just not that good yet
:-P
(Thanks in advance for any help! I can provide the .mdb for reference)
Jul 31 '06 #2
Well since Access 2003 supports creating HTML pages, I'm planning on
just sticking to that, as it will only be accessed from within the LAN
anyway.

ManningFan wrote:
You'll want to do that in ASP to make it web-accessible, which is a
whole nother bird.

Adam wrote:
I'm having some trouble getting a Page to work the way I want it to in
Access 2003. I'm trying to do some simple internal tracking at my
office for a specific item that we sell. Each item has a serial
number, so I created two tables. Here's the structure:

Table Name: T_ITEM
Primary Key: SERIAL_NUMBER
Other fileds: CLIENT_ID, DEPLOY_DATE, COMMENTS
Table Name: T_CLIENT_LIST
Primary Key: CLIENT_ID
Other fields: CLIENT_NAME
The CLIENT_ID fields are linked with a one-to-many relationship with
enforced integrity.
I'm fairly inexperienced in Access, so the controls on the pages I've
generated aren't working together :( Here's what I'm trying to
accomplish:
I would like a page that has a drop-down box from which you would pick
a serial number, and the relevant information (client name, deployment
date, comments) would appear in non-editable text boxes below.
I would also like to create a second page that has a drop-down list
containing all the client names, and directly below that a list box
that would populate with every item that had been sold to this, and
when you select an item in the list-box I would like the deployment
date and comments to appear in fields below that.
Since I will be hosting this on a web-acessible server, I only want
people to be able to view these pages and all the data, without being
able to edit records or create new ones.
Sounds pretty simple, but I have to admit I'm just not that good yet
:-P
(Thanks in advance for any help! I can provide the .mdb for reference)
Jul 31 '06 #3
"Adam" wrote
Well since Access 2003 supports creating
HTML pages, I'm planning on just sticking
to that, as it will only be accessed from
within the LAN anyway.
Plan, too, on keeping Access 2003 around, because Data Access Pages are
"deprecated " in Access 2007, and Access 2007 will not allow you to create
nor maintain them, though execution continues to be supported. And, I
wouldn't expect a lot of "fixes" for any of DAPs limitations or bugs.

If you can justify learning ASP.NET to accomplish your project, that will be
an ongoing benefit to you. If you do it in DAPs, it's obsolescent, soon to
be obsolete, technology.

Larry Linson
Microsoft Access MVP

Aug 1 '06 #4

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

Similar topics

3
1457
by: Yves Dhondt | last post by:
Hello, I've got the following UML design : C | A _____|______ B So 2 objects A and B are connected through a relation C. (For example an employment scheme : person A1 worked for company B1 at time C1, person
8
3039
by: MarsFossils | last post by:
I am giving a lunch and learn talk on how to "Create your own Web Page" tomorrow and would like to mention a funny anecdote with an inspiring moral about web page design. Does anybody have any stories they might share with me that I could use? Many thanks, Michael Mars Fossils, Pseudofossils and Problematica http://aix1.uottawa.ca/~weinberg/mars
12
2209
by: Ann D. | last post by:
Hi! I'm creating a website that has a few pages... question is, how can I prevent a user from going directly to a page. i.e. user has to go through myPage1.asp (page takes some user info) to get to myPage2.htm. I don't want the user to be able to get to myPage2.htm without going through the questionnaire on myPage1.asp. How can I do this? Thanks,
7
2077
by: Sens Fan Happy In OH | last post by:
I'm having majour issues with FrontPage 2K and a webpage that I am having to create from scratch based on someone else's prior work. I hope someone can look at the source code for the page in question and tell me where my code is going wrong that I am getting things to load incorrectly. The situation is this: The owner wants "picture pages" that can be printed out exactly as fliers and pages that were created for print years ago. ...
2
3660
by: JG | last post by:
I am a developer and I have a problem trying to design a system to manage data coming from web surveys. Each section can potentially have dozens of questions, i.e., fields. I am focusing here only on the table(s) that will hold the survey data. I do not have any DDL as I am still trying to understand this! All the examples I have found so far in books and on the web seem to deal with fairly limited data, that is easily, or so it looks,...
3
1239
by: AC | last post by:
This happened to me once before and luckily I have been backing up regularly - but as i'm designing and testing, I went back to a page (heavily designed with many particular spacings, control designs, etc..) and everything is gone except a label or two. I definately had not changed anything to cause this. Is there any hope?
11
2901
by: Bob | last post by:
In our new .NET web applications, we try to limit the use of SqlConnection to just one instance per page, even if there are multiple accesses to various queries. The thinking behind is that this reduces the need to getting and returning connections to the pool repeatedly if a page has multiple calls to the DB, and each one manages its own connection. However, this does requires more deliberate coding, like calling the...
10
1334
by: hn | last post by:
Hi all, I have to design a quiz page which includes up to 200 questions. What users do is they start the quiz, go to page1 with question1, enter some answers, click next to go page2 with question2, and so on until they get to page100 then they will hit submit button to submit their answers. My approach right now is: In one web form only, - load all 200 questions (or depending on the requirement, could be 20 or
3
1475
by: Angus SC2 | last post by:
Hi, I am writing a little web-app in Visual Studio.NET using C# and ASP.net. I have a few questions about page layouts. .. What I am trying to achieve is to have every page in my app like the following: It will be a table that fills the entire browser window and has a header at the top, a navbar on the left, a footer at the bottom and the body section on the right. I am wondering how to fit this into the visual studio thing where...
5
1334
by: MP | last post by:
context: vb6 / ado / adox 2.8/ mdb file format / jet 4.0 provider (not using Access) trying to design first database I work for a very small company, detailing building 'components' There is currently no database usage in our company. On my own time I'm trying to learn database/ado so as to improve the way we work.
0
9718
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9596
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
10613
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
10363
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
10368
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
10107
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
5678
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3846
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3008
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.