Windows in Taskbar in runtime version
Wed, 24 Sep 2008 17:08:01 -0700
In the runtime version in my mde file, can I use the feature that displays
the windows in the taskbar (the full version feature under tools, options,
show windows in taskbar) ...
|
network userID to auto populate field when record is created/revis
Wed, 24 Sep 2008 17:06:13 -0700
I would like the currently logged in windows user name to autopopulate the
[LastRevisedBy] field in a record. I am aware of, and have the code that
returns the network login name (see below). My question is, how do I have
the [LastRevisedBy] field in my form fill in with that info when the record
is revised ...
|
Creating an MDE through Code
Wed, 24 Sep 2008 15:52:01 -0700
Hello All
is there a way to code the creation of an MDE front end? i would like to
make a button that publishes my frontends automattically and this is one step
that i dont know if i can code. ...
|
Custom shortcut disabled
Wed, 24 Sep 2008 12:08:09 -0700
Access 2003
A custom shortcut menu is assigned to a form. It works on that form or pops
up on right click when I hold the shift key down to open the database. It
does not come up when the database is opened normally which runs autoexec.
It appears that a configuration setting has been toggled and it can ...
|
Assign Query Result to variable
Wed, 24 Sep 2008 11:13:07 -0700
I'm running a query to retrieve an e-mail address based on an employee name.
Easy enough.
Now, I'm trying to get the result of this query assigned to a variable to I
can use it in my SendObject command, and I can't figure it out.
I could just cheat and include the e-mail in my form as an invisible field,
...
|
Refreshing table links
Wed, 24 Sep 2008 09:26:02 -0700
This is a two part question, the first is just looking for some insight:
1) Every where I look, everyone always refers to refreshing table links, my
question is why is this so necessary? What function does refreshing table
links accomplish, and is there a way around it?
2) I am really struggling with a ...
|
Office 12 Access Database Engine conflicts with DAO 3.6 library
Wed, 24 Sep 2008 08:11:01 -0700
Hi converting a large secured, networked Access 2003 database that has
already successfully converted to an mdb in Access 2007, to the new accb file
format. By default the MS DAO 3.6 library did not install and when I try to
install it it refuses to install because it conflicts with the MS Office 12
Access D ...
|
|
|
Unhide Columns dialog box
Wed, 24 Sep 2008 10:05:11 -0400
I have a form frmEmployeesMain and a subform on it frmEmployeesSub.
How can I call the Unhide columns dialog box for the datagrid on the
subform.
...
|
Form OnDelete event
Wed, 24 Sep 2008 06:28:01 -0700
I have the following to not allow a user to delete more than one record at a
time in the form. The issue is that if more than one record (for example if
3 records were selected) then the MsgBox will show 3 times and etc.
How would you make it so the MsgBox will appear only one time?
Private Sub Form_Delet ...
|
DB Normalisation
Wed, 24 Sep 2008 06:07:01 -0700
-- Being new to DB design can anyone suggest how to de-compose the following
table?
tblChargeRates
CRID Descpt Daypart Weekpart Rate ConnectRate
1 Local Day Weekday 4 6
2 Local Evening Weekday 1.5 6
3 Local Day Weekend 0 0
4 Local Evening Weekend 0 0
5 National Day Weekday 4 6
6 National Evening Wee ...
|