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

Create menu for instruction on how to use database when opened for the first time

I have an access database application that is used to calculate landed
costs for foreign goods imported into vartious countries. I am trying
to determine an approach so that a user will be prompted through a form
the first time they open the database to read through instructions for
how to use the application. Then once they have read through the
instructions, they can select a check box so that access will not open
that form at open.

Any advice to how to approach this would be appreciated.

Jun 7 '06 #1
2 1245
If you want a simple do/don't display the help setting, open Northwind.mdb
(comes with access) and hunt through modules for "HideStartupForm".

If you want it by user, you have to learn how to sense the user or write a
login form of your own, then store the equivalent of what you find in
Northwind in a table rather than as a database property.
Jun 7 '06 #2
<bw****@wsgc.com> wrote
. . . I am trying to determine an approach
so that a user will be prompted through a
form the first time they open the database
to read through instructions for how to
use the application. Then once they have
read through the instructions, they can
select a check box so that access will not
open that form at open.


First thing I'd suggest is that you carefully review your UI design to see
if you can't modify or simplify the way the application works to make it
more intuitive. I have, just recently, seen several applications that
perform the function intended, but don't make it easy for the user... that
is the user must know the procedure to be able to make the choices of what
to do, when. In at least a couple of those, it was evident to me that some
relatively minor changes (using a few forms, in order, rather than one
'busy' with all the choices, or even retaining the busy form, but
controlling which controls were enabled depending on the stage of the
process) would have eliminated the need for most of the user training the
application owners would have to do.

Rick's suggestion is a good one.

Unrelated to the specific question you asked, however, there is an article
on using HTML pages (not Microsoft's HTML Help) for displaying user help at
http://www.datapigtechnologies.com/. I haven't used this, but it does seem
to be an interesting approach, and I plan to give it a try in the near
future.

Larry Linson
Microsoft Access MVP
Jun 10 '06 #3

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

Similar topics

2
by: Nick | last post by:
Loop to create an array from a dynamic form. I'm having trouble with an application, and I'll try to explain it as clearly as possible: 1. I have a form with two fields, say Apples and...
13
by: elad | last post by:
Hi The Menu doesn't work properly when I have 2 frame and the Menu popup frame=document target frame, when I choose item in the menu the doc opened and the menu get stuck. Here is the code...
3
by: ThunderMusic | last post by:
Hi, I'm trying to have a MSN Messenger like form/app closing behavior. When I click on the X button, I only want the form to disappear and when I double-click on the notify icon or right-click...
7
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...
10
by: tmaster | last post by:
When I try to dynamically add a second sub menu item to this ContextMenu item, I get an error 'Specified argument was out of the range of valid values'. Private Sub mnuTopics_Show_Select(ByVal...
27
by: max | last post by:
Hello, I am a newbye, and I'm trying to write a simple application. I have five tables with three columns; all tables are identical; I need to change some data in the first table and let VB...
11
by: saintor1 | last post by:
I can't believe how much time I spent on this. I finally found the cause and it was Adobe 7.0 Professional. What happened was that a database could be opened once, but the subsequent users got...
4
by: etuncer | last post by:
Hello All, I have Access 2003, and am trying to build a database for my small company. I want to be able to create a word document based on the data entered through a form. the real question is...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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,...

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.