xltm > hyperlink
Wed, 10 Dec 2008 02:52:02 -0800
Hi all,
I have a form where I have a link to a xltm file (Excel Template). When I
click on the link it opens the actual xltm file instead of creating a new
file.
Does anybody have any suggestions?
Kind regards,
Simon Minder
...
|
How do I get 1 combo box to correctly bring up values in another b
Wed, 10 Dec 2008 00:40:01 -0800
Hello,
I am very new to Microsoft Access and I am using 2003 version. I've been
tasked with making a database to hold violence in schools information. I have
made a form for the clerical assistant to use to enter in new data as it
comes in. On the form I have two combo boxes, School Type and School Name.
...
|
how do I let a form automatically play music when opening?
Tue, 9 Dec 2008 22:44:00 -0800
I made a formin Access 2007 with a MIDI-file that I would like to play
automatically as soon as the form opens. ...
|
Restrict entry in field
Tue, 9 Dec 2008 20:24:00 -0800
Combo Box #1 is "Result" and has two choices: Pass and Fail.
Combo Box #2 is "Action Taken" and has three choices: Verbal Counseling,
Written Reprimand, and Discipline.
I would like the Action Taken field to remain blanked or grayed out unless
someone chooses Fail in the Result field.
I am just not really ...
|
Can't connect to database across network
Tue, 9 Dec 2008 16:46:01 -0800
Hello again,
I can't connect to a database from local computer to host across the network
using a shortcut. Access say's it can't find the BackEnd file even though
it's sitting there in C:\Recipe. When Access loads I get this error message:
Run time error '3034'
Could not find file 'C:\Recipe\Recipe BE.m ...
|
Using Dlookup in form - New to Access
Tue, 9 Dec 2008 15:32:01 -0800
I am trying to use dlookup in a form where I would like an unbound combo box
to fill-in with all the grants of an organization where the organization name
is entered in the form. The grant and organization fields reside in
tblGrantInformation and the form is bound to tblGrantPayment. When attempting
to follo ...
|
Entering Database From Front End
Tue, 9 Dec 2008 15:25:01 -0800
Hello all,
A while back I split my multiuser database into FrontEnd and BackEnd then
created a workgroup file. To ensure the database was secure, I tried to gain
access into it by executing the FrontEnd file and was not able to get in
without a username and password.
Today I executed the FE file and pre ...
|
|
|
drop down box send via
Tue, 9 Dec 2008 18:18:13 -0500
When using my Microsoft Office Word 2007 and I click on drop down box for
save, print, etc and click on Send I am only allowed to send page via
fax....the option to send via e-mail is not workable...I see it but it is
light..unable to click on it... also, in my Windows Photo Gallery am unable
to e-mail via ...
|
After Update and Set Focus Issue
Tue, 9 Dec 2008 15:13:01 -0800
I have a form with a control named "LabelQTY". The control has an
AfterUpdate Event reproduced below.
Private Sub LabelQTY_AfterUpdate()
If Me.LabelQTY < 2 Then
MsgBox "Label Quantity must be at least 2!", , "Qty must be at least
2!"
Me.LabelQTY = 2
Me.LabelQTY.SetFocus
E ...
|
Global Error Handling?
Tue, 9 Dec 2008 13:58:31 -0800 (PST)
I know you can handle errors using the On Error process within
Functions and Subroutines, but is there a way to say that if an error
is encountered on any form, report, etc then go to one common function
to handle it? Thanks! ...
|