GOTO RECORD ON CLOSE OF MODULAR FORM
Tue, 14 Oct 2008 11:45:01 -0700
I need to goto a combo box on a master form after closing a modular form.
What event do I attach my goto control macro? I have tried On Close, On
Unload, On Deactivate. None of them work. It appears that the form doesn't
actually close before these macros begin working.
Thanks! ...
|
Macro in MS Access 2000
Tue, 14 Oct 2008 10:09:03 -0700
Using OutputTo Action Macro: is there a way to send the data to a specific
worksheet in an Excel Workbook and then have Pivot Tables set up to draw off
that data> ...
|
Print Macro Definitions dialog box
Mon, 13 Oct 2008 14:43:01 -0700
Is there a way to stop the Print Macro Definitions dialog box from coming up
or printing the definitions page when you run a Macro with a PrintOut action?
--
julostarr ...
|
????`
Mon, 13 Oct 2008 21:46:16 +0800
ÌìÕæÎÞа
...
|
Select Query fails
Sun, 12 Oct 2008 15:54:14 +1300
I'm sure this normallly works, but is now failing and I can't see why.
My Select Query is
SELECT [OZburn by Year].Title
FROM [OZburn by Year]
WHERE ((([OZburn by Year].Title)="Back In Your Arms"));
It finds nothing because the source table string is
"Back in Your Arms" with a lower case "i".
How ...
|
Print and/or copy 2007 Access macros
Sat, 11 Oct 2008 17:38:03 -0700
How do I print or copy a 2007 Access macro embedded in a control, e.g. button? ...
|
Import a table creates a new table
Sat, 11 Oct 2008 06:27:00 -0700
Ok I have these two Access DB which have the same table (same fields, and
properties) the first database (DBPART) gets updated with new data from time
to time. So I want the second database (DBLOG) to update off of DBPART.
I built a micro to import the table (TBLIST) from DBPART to LOG.
TransferDatabase ...
|
|
|
Can't set Form's Record Source property in macro w/ expression bui
Fri, 10 Oct 2008 23:57:00 -0700
I've written two queries (returning different results using the same fields)
that can use the same form to display the data. I would like the end-user to
select a different command button, which would set the Record Source Property
of the form to the correct macro, so I can use only 1 form, having the 2
comm ...
|
¾È³çÇϼ¼¿ä. ´Ùµé ¼ö°í~
Sat, 11 Oct 2008 12:20:39 +0900
´Ùµé ¼ö°íÇϽ´
³ÆÎ
...
|
IF/Then Statement in a Macro
Thu, 9 Oct 2008 09:21:01 -0700
I would like my macro to lookup a value in a table and if "Y", continue the
macro and if "N", open a form instead. I would like to use this as the
mechanism to redirect users from accessing files at the time they are being
updated.
The table would only have one record with one field that is "Y" or "N".
...
|