Query problem / DDE connection
I'll try to keep this simple, obviously there is a lot more to it.
I habe a table of Members
MemberID
MemSurName
MemFirstName
MemHeadOfHouseID ' Same for all members of the same household and points back
to the senior MemberID (Yes I know it's sexist)
E.G.
MemberID MemSurName MemFirstName MemHeadOfHouseID
1 1 Smith John 1 2 2 Smith Mary 1 3 3 Smith David 1 4 4 Jones Dave 4 5 5
Jones Tracey 4 Using VBA I can easily produce a query giving families so that
the output looks like this:- SurName FirstNames
Smith John, Mary & David
Jones
|
9/9/2010 8:01:44 AM
|
0
|
"Phil" <p...@stantonfamily.co.uk>
|
|
|
HyperTerminal Control
Does anyone have any experience passing commands to the HyperTerminal
window from Access code.
Let me explain a bit further.
I am trying to automate the process of using size data from a cutting
list to operate a servo controlled length gauge at a cut off saw.
The length gauge accepts simple commands (cutting sizes) typed into
the HyperTerminal window of a PC.
(The PC is connected to the length gauge with a serial cable.)
These typed commands in the HyperTerminal window move the gauge stop
to the entered sizes.
i.e. the command m24<cr> moves the gauge stop to 24 inches.
I produce
|
9/9/2010 3:27:42 AM
|
2
|
Lou O <lgeastw...@gmail.com>
|
Unhide columns in a datasheet form
Dear reader,
In a query you have the possibility to work with a Unhide Columns form.
This form pops-up with a right mouse click on the border of the query.
In case you have a form in datasheet view than you do not have the
possibility to open the Unhide Columns form.
Is there some one who knows how you can work with the small pop-up form
Unhide Columns in a datasheet form.
Tanks for any help.
Regards,
Simon
|
9/8/2010 7:23:53 PM
|
0
|
"Simon van Beek" <SvanBee...@hotmail.com>
|
Sr Developer -Data Base Analyst---SFO---jobid G3034
Sr Developer -Data Base Analyst
Location: SFO
3+ months
7-8 Years of Exp in Oracle SQL, PL/SQL
please send your updated Resume to jobs@mapleresource.net
|
9/8/2010 6:09:18 PM
|
0
|
Maple MRS <mapleresourcespeciali...@gmail.com>
|
updating a combo box value
I have a combo box that its value is used to calc another value on the
form.
works fine until someone wiped the value from the box and hits tab.
if the drop down showed a value such as 50 and the calculations are
done on that value.
if they wipe it and exit the box the calculations are still done on
the 50 on after update.
any way to get the timing correct with this type of thing so that when
they remove the 50 and exit it is now a null and no calcuations are
done?
|
9/8/2010 2:23:05 PM
|
3
|
sparks <spa...@home.com>
|
load xml data into Access where an xml node has > 256 columns
I have an XML download I want to load to Access. I can do this for most
of the sub-nodes of the xml document. However, one node has about 400
fields. I would like to break it up and store in two Access tables.
Anyone done this via VBA or a utility? If VBA, care to share the code?
Bob
|
9/8/2010 12:08:28 AM
|
3
|
Bob Alston <bobalst...@yahoo.com>
|
OIM (Oracle Identity Manager) Developer , Richmond,VA (JOB ID G2027)
Duration: 6 Months
Job Description:
3 =96 5 yrs of experience in projects involved in OIM development, will
be part of the Identity & Access Management team involving in end =96 to
=96 end integration activities.
Knowledge of Oracle / SQL Server DB is must.
Knowledge of Java is an added advantage.
Must be familiar with SDLC.
please send your updated resume to jobs@mapleresource.net
|
9/7/2010 5:49:15 PM
|
0
|
Maple MRS <mapleresourcespeciali...@gmail.com>
|
Keeping Form invisble until all data loaded
Apart from waiting an arbitrary period before making a Form visible is there
no way in Access to know when all data has been calculated so that the Form
can be rendered in one go.
The Form in question is continuous with a Query Recordsource that contains
several DCount fields. I've optimised the query as much as I can (saved it,
indexes table fields etc.) but the Form is rendered in 'chunks' of records.
I've tried all obvious tweeks including:
Dim F as New myForm
DoEvents
myForm.Visible = True (after Visible = False in the Form's open event)
to no avail
Any comments/idea
|
9/7/2010 1:43:48 PM
|
2
|
"Jon Lewis" <jon.le...@cutthespambtinternet.com>
|
Treeview MSCOMCTL.OCX on Windows 7 64x ultimate not working
Hello all,
I'm using the mscomctl.ocx control specifically for the treeview
control in an ms access 2007 runtime application.
I've had reports from some users that the treeview control is not
showing. There are no errors, it simply doesn't show on the form. Most
people experiencing this are using windows 7 (possibly the ultimate
version). I have windows 7 premium on my laptop and the treeview
listing shows fine.
I've tried having them run mssrvr32 mscomctrl.ocx at a prompt with no
luck.
Has anyone found a solution for this? I really don't want to re-design
the forms that use
|
9/6/2010 7:26:14 PM
|
9
|
pcexperts <and...@pcesoft.com>
|
Flexigrid worked in Access 2000 but not under Windows 7 and not Access 2010
I am learning that using Activex controls in Access is NOT a good idea!
I need to display data from several queries in a grid with both row and column sizes determined by the query results.
This worked in Access 2000 by populating a Flexigrid control on a form. Windows 7 and Access 2010 refuse to have anything to do with the flexigrid controls!
What alternatives do I have, barring creating a new table and re-designing the form 'on the hoof' to accomodate its fields?
Sorry if this is a really silly question but I am entirely self-taught in Access.
|
9/6/2010 6:26:21 PM
|
0
|
David Newman <u...@compgroups.net/>
|
Mial merge in unbound object frame
I use an unbound objevt frame on a form to display word docs, excel sheets
etc
One of the documents is a mail merge doc which uses a different front end
database "Clubs2010MailMerge.Accdb" (copy of this database "Clubs
2010.accdb") Both have the same BE tables.
I have 2 problems.
1) When I go to the record that should display the sample mailmerge letter I
get an error "Word could not establish a DDE connection to Microsoft Access
to complete the current task". I click OK and this repeats 3 times and then
works OK. Task manager shows 4 copies of Access running (2 mentioned above +
|
9/6/2010 11:42:02 AM
|
0
|
"Phil" <p...@stantonfamily.co.uk>
|
refresh subform doesn't work
Hi All,
I have a form (A) with a subform (B).
The subform gets loaded with:
MyID = Forms![FrmTabelTotaal].[subFrmTabelTotaal]!ID
NewQuery = "SELECT * FROM Tabel_Aanvragen WHERE [ID]=" & CInt(MyID)
Forms![Tabel_Aanvragen].Form.RecordSource = NewQuery
Now when I click a button on my form (A) it opens a new form where I
can add a new record.
When I close the form and add the record I want it to show in my
subform (B) but I don't know how.
Regards,
Marco
|
9/6/2010 7:51:49 AM
|
1
|
Co <vonclausow...@gmail.com>
|
Using pie chart colors for label foreground colors
using access2007, I've created a pie chart based on a data table
the chart has 4 slices, and the color of each slice is auto-assigned
I used the 'graph options' to get the RGB color of each slice
the form has labels containing the name of each slice, and I was
hoping to set the foreground color of the label to the slice's RGB
value
but the label color doesn't match the slice color
any ideas why ? and how to make it so ?
|
9/4/2010 1:37:04 PM
|
0
|
Roger <lesperan...@natpro.com>
|
Unbound control caption
Am I missing something really simple? I feel like I should be able to
find this and I haven't seen anything on it yet. I have several
unbound controls (2 text boxes, 3 combo boxes) for use as a search
form. I want to be able to add a caption to these boxes so I didn't
have to use the label. The caption would, of course, need to go away
when the control has focus. There will be no calculations or anything.
They are just fields used to filter the current form.
If this is just not possible, then no problem, if it is, please help
me understand what I am missing or if you have an idea on h
|
9/3/2010 5:50:18 PM
|
0
|
"WhathaveIdone?" <brasu...@gmail.com>
|
unbound object frame woes
Sorry to repost.
I need an unbound object frame to display varios objects including Word
documents, Excel, PDFs, BMPs JPGs, DIBs, GIFs etc The word documents, Excel,
PDFs, BMPs all seem fine, but I get a blank screen for the JPGs, DIBs, GIFs.
If I double click on the blank screen I get an error message "The operation
on the HTML Document failed" "The OLE Server may not be registered"
Access 2010 Windows 7
Any ideas please
|
9/3/2010 2:57:24 PM
|
2
|
"Phil" <p...@stantonfamily.co.uk>
|
Unbound object frame
Sorry to repost.
I need an unbound object fram to display varios objects including Word
documents, Excel, PDFs, BMPs JPGs, DIBs, GIFs etc The word documents, Excel,
PDFs, BMPs all seem fine, but I get a blank screen for the JPGs, DIBs, GIFs.
If I double click on the blank screen I get an error message "The operation
on the HTML Document failed" "The OLE Server may not be registered"
Access 2010 Windows 7
Any ideas please
|
9/3/2010 2:54:55 PM
|
0
|
"Phil" <p...@stantonfamily.co.uk>
|
access2007 - error 3251 - Operation is not supported for this type of object
I've got a form based on a sql server table, the recordsource is
select * from table where id = foo
the form has textboxes, combo boxes - nothing special
I periodically get error
Operation is not supported for this type of object. ,DAO.Fields ,
3251
when clicking a command button that does
if me.dirty then
me.dirty = false
endif
the beforeUpdate event just checks that certain fields are filled in,
popping up a message and setting cancel=true
this was not occurring with access97, does anyone have an idea as to
why this is happening ?
|
9/3/2010 11:36:34 AM
|
0
|
Roger <lesperan...@natpro.com>
|
ETL/SQL expert with knowledge of Clarity tool (ID2025G) ---Phoenix
ETL/SQL expert with knowledge of Clarity tool
Location Phoenix
Duration: 3 Months +
More details on Skill set Person should have knowledge of the SQL and
should have knowledge of the data structures of Clarity and SDLC
Reporting. He should be able to write the complex SQL queries and have
good knowledge of MS Access and VBA to merge the data and perform the
analysis as per the requirements.
Start date Immediate
please send your updated Resume to jobs@mapleresource.net
|
9/2/2010 10:20:59 PM
|
0
|
Maple MRS <mapleresourcespeciali...@gmail.com>
|
Replacing Toolbars with Ribbon
I am using the following code to replace the toolbar on all my reports with
a custom ribbon. It adds the ribbon but will not delete the toolbar. How can
I delete the reference to the old custom toolbar?
Dim rpt As AccessObject
Dim i As Integer
For Each rpt In CurrentProject.AllReports
DoCmd.OpenReport rpt.Name, acViewDesign, , , acHidden
Reports(rpt.Name).RibbonName = "PrintPrev"
Reports(rpt.Name).Toolbar = ""
DoCmd.Close acReport, rpt.Name, acSaveYes
Next
|
9/2/2010 8:22:21 PM
|
11
|
"paii, Ron" <...@none.org>
|
where to store new fonts
I'm trying to print a barcode, and it doesn't seem that Microsoft has
a standard font available, that I could find
so I downloaded a font, and stored it in C:\WINDOWS\Fonts
but when I look at report's text control font list, the font is not in
the list ?
is there a different folder that access2007 looks in ?
|
9/2/2010 5:30:54 PM
|
0
|
Roger <lesperan...@natpro.com>
|
WASP barcode software connection to Access 2007
I'm working on a project at work right now that requires me to enter
data into Access through a barcode scanner. I have the WASP barcode
software installed with its printer and scanner working fine on WASPs
sample db. But I need to use it to input records into acess. Can
anyone help me with this? Thanks in advance.
|
9/2/2010 2:36:40 PM
|
3
|
Joe Smith <bucbarr...@gmail.com>
|
Importing with TransferDatabase from ODBC and including Indexes
I've been trying to figure out how to make a copy of a database
newly upsized to SQL Server, and asked how to do it on
StackOverflow.com:
http://tinyurl.com/26yhxuu =>
http://stackoverflow.com/questions/3612149/copy-sql-server-express-da
tabase-to-another-computer
I have concluded that it's probably going to be a lot easier to just
import the data into an MDB file and then copy that to the USB drive
for transport. It then won't require installation of SQL Server on
the user's computer, for instance.
I've already written code to import the ODBC tables (details not
important)
|
9/1/2010 10:57:32 PM
|
7
|
"David W. Fenton" <NoEm...@SeeSignature.invalid>
|
MS Graph Labels Stepping On Each Other: Workarounds?
viz: http://tinyurl.com/28qprwu
Note labels for Germany, Netherlands, and Norway.
I'm taking it on faith that if I can ever figure out how to
instantiate the MSGraph.Chart.8 object that I'll be able to do
*something*...
But I'm not having a lot of luck with that right now and am
grasping at straws for a workaround to prevent labels of small
slices of the pie from stepping on each other.
It's got tb a pie chart, but other than that anything is on the
table. Something besides Class=MSGraph.Chart.8 that works in an
Access report?
Doing the report in Excel, unfortunately,
|
9/1/2010 7:48:17 PM
|
0
|
"(PeteCresswell)" <...@y.Invalid>
|
Access 2007 bug with SQL Server Back End - Follow up
Back in June, I submitted this post and received a lot of help, but
unfortunately, it could not be resolved as desired.
http://www.developersdex.com/vb/message.asp?p=2899&r=6923328
I had mentioned that I had an open case with Microsoft.
Well, today they closed the case.
Here is the official response -
We have confirmed this is a bug in Access. We send a WHERE clause that
includes "<fieldName> = NULL" instead of "<fieldName> IS NULL". This does
not return any records and Access treats this as if the record were deleted
even though it does still exist.
The bug will be reviewe
|
9/1/2010 7:53:31 PM
|
2
|
"agiamb" <NOSPAMagi...@newsgroup.nospam>
|
error 3167
hi,
i'am struggling for some time with a form in ac2003. Sometimes occurs an
error with number 3167. In that form i fill some textfields automaticly with
a commandbuttum. In that command , i only navigate in the form to a former
record , get the last value of a certain field, then i navigate to the
currend record and fill it with value + 1. No big deal. It works fine for
some time, but nowdays i get the error that the record is deleted. It occurs
not allways. i can occur after 10 or twinty times , but it also can occur
after one record i fillied in. Last i did some tests when
|
9/1/2010 11:17:39 AM
|
2
|
"Bob" <...@bob1234.bob>
|
AutoFE Updater Slow On Windows 7 Home Network
I'm experiencing a problem where the AutoFE Updater takes up to a
minute to open databases on my Windows 7 home network. Is there
something wrong with my network configuration that would cause this?
It is definitely the AutoFE Updater (on my network) that is causing
the lag. If I open the mde file that the updater has copied to the C
drive, it opens immediately with no problems.
|
8/31/2010 11:12:59 PM
|
6
|
Wayne <cqdigi...@volcanomail.com>
|
Can I Repurpose CTRL+N in Access 2010?
I have an Access form and the user would like to press CTRL+N to move
to a new record. I am aware there are buttons he could press to do
this, but he prefers to use the keyboard and not the mouse.
Can I create a button and assign the CTRL+N shortcut to it? Or
another keystroke combo?
Thanks
|
8/31/2010 9:00:06 PM
|
2
|
McKilty <bluesbr...@gmail.com>
|
SAP HCM Consultant----Irwin dale, CA
Job Title: SAP HCM Consultant
Location: Irwin dale, CA
Duration: 6-12 Months
Key Responsibilities:
=95 6-8yrs of overall experience in SAP HR
=95 3-4yrs of hands on experience in SAP LSO -- A MUST
=95 Must have completed a minimum of 2 SAP LSO full life-cycle
implementations -- A MUST
=95 Solid functional and technical knowledge of SAP HR Time &
Payroll
and OM SAP ESS/MSS project experience is a must (ECC 6) in at least 1
full cycle implementation
=95 Solid knowledge of the SAP Learning Solution with
|
8/31/2010 7:08:49 PM
|
0
|
Maple MRS <mapleresourcespeciali...@gmail.com>
|
what's involved in converting to window authentication
currently using sql server 2005 to store our data
and historically, we've been using sql server authentication because
the msaccess application was just 'reporting' on the data
so we would have one 'read only' user that would be used to link all
tables
but we'd like to introduce tigher permissions on some reporting
to do this, we'd like to use window authentication
I'm just wondering how that would affect the linking of the tables ?
do they have to be relinked for each windows user ? or can I use AD
credentials to authenticate with sql server ?
just looking for ideas
|
8/31/2010 5:49:09 PM
|
1
|
Roger <lesperan...@natpro.com>
|
Request for code - Outlook task requests using late binding
I searched and basically found nothing (the problem is late
binding). I wonder if it is possible, what variable to use and if
somebody did it.
TIA
|
8/31/2010 2:29:15 PM
|
0
|
"saint...@hotmail.com" <saint...@hotmail.com>
|
Technical Project Manager---Louisville, KY
Technical Project Manager
Location :Louisville, KY
Duration: 3 Months +
1. Project Management - Staffing, Estimation Status Reporting, Good
Communication Skill
2. Strong technical skills on Microsoft Platform and will be involved
in Design and Review
3. Knowledge of Dotnet is a must
4. Looking for 8 - 12 years of experience
please send your updated Resume to jobs@mapleresource.net
|
8/30/2010 7:46:27 PM
|
0
|
Maple MRS <mapleresourcespeciali...@gmail.com>
|
Energy Saving Tips
1. Reduce heater's room temperature
For each extra degree (Celsius) of temperature, your heater will
consume 7 to 11%
more energy. Adjust it to 18degrees which is also better for your
health.
2. Install a programmable thermostat
You will be able to control the heater's temperature during specific
hours every day.
3. Insulate your house
Loss of heat is loss of energy.
4. Fix air leaks
5. Close the chimney of the fireplace when you don't use it
It is designed to drive smoke (hot air) out of the house!
6. Get an energy audit to advice you about the necessary fixes and
insulation
7.
|
8/30/2010 6:36:58 PM
|
0
|
"..." <sustainable.future...@gmail.com>
|
access2007 qat ribbon - 'window' group
I've got this xml (see below) that creates a simple ribbon
but I'd like to add the 'window' group (groupWindowAccess)
but loadCustomGUI() gives me this error
group is unexpected according to the content model of parent element
'documentControls'
is this saying the 'group' is not valid for a qat ribbon ?
if I use button instead of group, I can
the specified control type 'button' is incompatible with the actual
control type 'group' ID: groupWindowAccess
is it even possible to have a 'window' group on a qat ribbon ?
<customUI xmlns="http://schemas.microsoft.com/office/2006/0
|
8/30/2010 5:58:47 PM
|
0
|
Roger <lesperan...@natpro.com>
|
Sr Informatica Developer/Analyst in MA
Title: Sr Informatica Developer
Duration: Long Term
Location: MA
My direct client in MA has a long-term contract position available for
a Sr Informatica Developer/Analyst;
5 years of Informatica development experience is required.
This person will work as a senior member of the integration team on an
enterprise-wide systems implementation effort.
This individual is responsible for gathering requirements, performing
analysis, writing technical specs, writing/interpreting design
documents, performing detailed program design, coding and testing of
integration processes to support thi
|
8/30/2010 1:55:09 PM
|
0
|
Maple MRS <mapleresourcespeciali...@gmail.com>
|
Prevent F5 Requery
Hello. How can I prevent the user from pressing F5 (requery)? I have
a particular form based on a RANDOM SQL (Rnd) query and, every time
the user presses F5, the form moves to a different record altogether.
Thanks!
Cindy
|
8/29/2010 5:38:43 PM
|
1
|
Cindyc100 <cindyc...@hotmail.com>
|
Fastest Way to Export Data From Access to SQL Server
My application uses ODBC connected tables to SQL Server 2008 R2 Express as
the back end, across a LAN.
One function is to import data from Excel files on the local machine,
perform some manipulation on the imported data and add some user input.
With an Access back end, I typically would import the Excel data into a
temporary local table, do the processing, then use an append query to insert
it into the live back end table.
With a SQL Server back end, using the same method is slow because the data
is actually sent from Access to SQL Server one row at a time.
I know that t
|
8/29/2010 3:03:35 PM
|
5
|
"agiamb" <NOSPAMagi...@newsgroup.nospam>
|
How to execute a calculation instruction in a second form.
Dear reader,
I work with two forms.
A field in the master form has an After Update event with the instruction
Me.Refresh.
If this event is activated the other fields in the form are refreshing
correct, so far so good.
But in case the same field from the same table is updated in a second form
and the After Update event in this second form have the same VBA
instructions as the main form with only the replacement of Me. with
Forms!MasterForm.
Then the following instruction will not be executed:
Forms!MasterForm_A.Fiel_A = (Forms!MasterForm_A.Fiel_B -
Forms!MasterForm
|
8/28/2010 10:38:29 AM
|
2
|
"Simon van Beek" <SvanBee...@hotmail.com>
|
Hyperion Essbase Admin---Washington, DC
Title: Hyperion Essbase Admin
Location: Washington, DC
Duration: 6 months
Please check the details before sending any profiles. They need really
good candidates and must have excellent comm skills
Job Description:
Installation and configuration of Hyperion System 9 components
Administration of the System, including upgrades and patches,
security, and backup/recovery
24x7 support to the Hyperion System customers
Proactive monitoring and maintenance of the Hyperion System and all
the software/hardware associated with it
Qualifications:
6-8 years hand on experience with Hyp
|
8/27/2010 10:04:16 PM
|
0
|
Maple MRS <mapleresourcespeciali...@gmail.com>
|
UI Developer , San Francisco, CA
Title:-UI Developer
Location: San Francisco, CA
Durations: 12 Months
Skills
=95 CIM UI Developer: Develop custom user interfaces to expose master
data elements in a more user-friendly fashion, based on end-user
feedback. Assure existing functionality and capabilities are exposed
to end-users to prevent loss of functionality.
=95 Experience using user-interface technologies like AJAX, experience
interacting with CIM Web Services, CIM Workflow, CIM data models, CIM
rulebases, Java, and JMS. UI Designer someone who can actually build
the UI as well as work with End users to figure ou
|
8/27/2010 3:49:14 PM
|
0
|
Maple MRS <mapleresourcespeciali...@gmail.com>
|
Popup-form difference: 2002 vs 2007
Prior to opening reports in print preview, I open a popup form with
the a red detail section and a label that reads "Please wait ...". The
title bar reads "Processing data". The form is set as a popup and
modal set to "no".
This works fine in Access 2002. In 2007 everything works except the
detail section is white and the label is not visible. The title bar is
still readable ("Processing data"). Any ideas why the color of the
detail section and the label are no longer visible in 2007? Changing
modal to "yes" makes no difference -- except to throw the report onto
a tab, instead of be
|
8/27/2010 2:21:12 PM
|
2
|
Mark <cmd2...@frontiernet.net>
|
Strange compile problem using me. keyword - Access 2010
Hi all.
I had some strange problem before and i created the new table and
imported all the objects in it.
Now I have a strange compile problem.
It is giving me the "Method or data member not found" on the following
statement:
Me.InvoiceNumber.value = 123
Invoice number is not present as a field on the form but it is present
in the forms recordset.
There are two things that can let me go by this -
use the ME! keyword
or
replace "Microsoft Office 14 Access Data Object Engine" with DAO 3.6
reference.
Old database is working just fine with the "Microsoft Offic
|
8/27/2010 2:10:35 PM
|
9
|
exebat <srdjan.vasilje...@gmail.com>
|
best approach for a web application ?
I've got a non-profit organization looking to develop an application
accessible to many people in different cities
Non-profit doesn't mean pennyless, but in this economy, cost is a
concern
So I can create a php/asp/mysql application deployed on web server for
$10-30 / month
But there's a learning curve and I'm not sure the development tools
are as powerful
as ms-access
Or I can create an access2007 application deployed on a terminal
server accessible from web ?
Are there other terminal server solutions other than citrix ?
Or I can create an access2010 application using web
|
8/27/2010 8:45:30 AM
|
16
|
Roger <lesperan...@natpro.com>
|
how screwed is my database?
http://howfuckedismydatabase.com/
I love the answer for anyone using Access!!
|
8/26/2010 6:57:57 PM
|
1
|
a a r o n _ k e m p f <aaron_ke...@Hotmail.com>
|
A2010 woes
For info only.
A few weeks ago I encountered a problem with A2010 which I put down to
Auto Updates in Windows (XP SP3). Re-installing A2010 didn't solve
the problem but re-installing Windows did (thankfully, I got away
without having to reformat ...)
Now I have had a different problem, different client. Database works
OK but closing, whether from code on button or using the red 'x' just
closes the database but leaves A2010 running. Starting a different
database in the same session just meant that database suffered from
the same problem - Access wouldn't close. Ctrl Alt and Del
|
8/26/2010 4:07:45 PM
|
3
|
jbguernsey <j...@angelsystems.co.uk>
|
access2007 ribbon refresh within a macro
I have a function that uses
Application.LoadCustomUI "foo", strOut
and its part of the autoexec macro, and it works fine
now if I add a second action to the autoexec macro that calls a
function that waits for a activity to complete, equivalent to
msgbox "wait", vbyesno
the custom ribbon does not appear until the 2nd action, thus the macro
completes
is there a application.function() to refresh the ribbon ?
|
8/26/2010 2:49:32 PM
|
0
|
Roger <lesperan...@natpro.com>
|
Enabled conditional
Sounds easy, I know. So I have a couple of questions about my code for
a form:
Private Sub SurrPeriod_GotFocus()
Select Case Me.SurrPeriod.Value
Case Is >= 2
Me.Year2.Enabled = True
Case Is >= 3
Me.Year3.Enabled = True
Me.Year2.Enabled = True
Case Is >= 4
Me.Year4.Enabled = True
Me.Year3.Enabled = True
Me.Year2.Enabled = True
Case Is >= 5
Me.Year5.Enabled = True
Me.Year4.Enabled = True
Me.Year3.Enabled = True
Me.Year2.Enable
|
8/26/2010 2:51:57 PM
|
3
|
"WhathaveIdone?" <brasu...@gmail.com>
|
IF statement
I want to compare a field to null
The field is Notice Date
I have tried a number of ways and it is not working what is the
correct way.
Thanks
Barry
|
8/26/2010 12:50:00 PM
|
2
|
Barry <Ba...@actson.demon.co.uk>
|
Unbound object frames showing blank
I have an Unbound object frames called letter
The routine below runs on the OnCurrent of the form.
The CheckFileExists(DocID) returns true or false if it finds the document
If CheckFileExists(DocID) = False Then
With Letter
.SourceDoc = ""
.OLETypeAllowed = acOLELinked
.Enabled = True
.Locked = False
.Action = acOLEDelete
.Action = acOLEUpdate
.Action = acOLEClose
.Requery
End With
Exit Sub
End If
What I want to happen is to show an empty frame if
|
8/26/2010 9:03:12 AM
|
0
|
"Phil" <p...@stantonfamily.co.uk>
|
Unbound object frame
In my AK2 version of Access, an unbound object frame would display word
documents, PDFs, BMPs, PNGs, JPGs etc. Having converted the form to Access
2010 I only appear to be able to diplay DOC & PDF, none of the picture
formats.
Any ideas please?
Phil
|
8/26/2010 12:22:47 AM
|
0
|
"Phil" <p...@stantonfamily.co.uk>
|
Report Viewer in Access?
Is there a way to view a report inside a control? I want to have a form
with a list of reports and view the report in another control on the same
form in Access 2007.
Is this possible?
Thanks.
Matthew Wells
matthew.wells@firstbyte.net
|
8/25/2010 6:54:50 PM
|
5
|
"Matthew Wells" <matthew.we...@firstbyte.net>
|