How to fix hal.dll problem?
Sun, 28 Sep 2008 20:39:04 GMT
Was trying a different 2nd drive in my PC and this problem came up when I
returned to my original hard-drive configuration:
(Nothing was knowing changed on the system drive.)
Now, on power up, I get a message:
"Please select the operating system to start:
Microsoft Windows XP Professional
Microsoft Win ...
|
Original Macro to run
Sun, 28 Sep 2008 08:11:00 -0700
I updated a data entry form and deleted the old data entry form. However, I
did keep the same form name. A Macro was tied to the old data entry form
which displays a warning MsgBox when inputting a social security security
number which already exits on existing table. When I test the new data entry
form b ...
|
Conditional Operation of Toggle Button Macro
Sat, 27 Sep 2008 11:01:01 -0700
I'm using a toggle button on a form to execute a macro (created by Macro
Builder) consisting of a string of OpenQuery operations of MakeTable, Delete,
Update, and Append queries. I need to start the macro by comparing the
minimum value of a date field in table "A" to the maximum value of the date
field in ta ...
|
Overall Access "Close" Button
Sat, 27 Sep 2008 10:13:01 -0700
How can I avoid users from using the upper most close "X" button? or if they
click it, I'd like to open a form to confirm they actually want to leave
access all together. They are accidently clicking the upper close and must
re-open to complete the task.
I have controls on the switch board screen that I ...
|
Saving A database to the desktop
Sat, 27 Sep 2008 03:33:00 -0700
Hi to All,
I would like help with the following question:
Currently I have a database located on a share drive. 500 different user
located throughout the country access this database. Their complaint is the
database takes to long to open and after it does open it takes to long for
the forms to load and r ...
|
"Range" values
Thu, 25 Sep 2008 15:27:01 -0700
I am importing data from an excel spreadsheet into an Access table. I only
need the data from columns A, C, and E. If I set the range to A1;E20 I get
data from columns B and D also. How do I write the range so it only imports
A, C and E? ...
|
autopopulate information in another table
Thu, 25 Sep 2008 15:22:00 -0700
Access 2002
Here's what I want to do:
When I check a box(name = attachment problems) on a form (name = Roof
Inspection), I want another form to open (Action Items),with a text box (name
= Item with error) to autopopulate with: roof edge attachment problems that
is stored in tblActionItems. This new forms h ...
|
|
|
Send a reminder message and import a due date into Outlook Calenda
Thu, 25 Sep 2008 12:28:11 -0700
I am trying to create a database that will track corporate sponsorship
opportunities, goals, money, open due dates. In addition, I want to import
due dates from access database into Outlook. Is this possible? If so, please
explain how and simply.
Thank you, in advance for your replies.
--
Lea ...
|
copy record to clipboard
Thu, 25 Sep 2008 05:55:02 -0700
I have a form which contains IP addresses for devices in a network.
I need to create a Button which will copy the current records IP address to
the clipboard and then run a application which logs on to the device.
The application I use is SecureCRT and I have a script which used the
clipboard to automaticall ...
|
MsgBox Module Help
Thu, 25 Sep 2008 04:32:38 GMT
Hello,
I'm trying to fumble my way through a module to create the following sub.
Can you tell me what I'm doing wrong and how I can call this from a macro?
Or let me know if I'm totally off base... Thanks so much!
Option Compare Database
Option Explicit
Private Sub Append1_MsgBox()
Dim intAnswe ...
|