|
|
|
new form
Sun, 05 Oct 2008 14:37:33 +0200
Hi,
When I open a form from a pushbutton I get the first form (or however
choosen)
Now, I want to open an new form when I push the putton..
I tried:
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70
In the onOpen command but th ...
|
Spelling toolbar
Sun, 5 Oct 2008 03:14:05 -0700
I added a spelling toolbar icon (ABC with a check mark).
After making mde, when I run it in another PC, a message pop up saying it
isn't installed. Am I missing any references that I should add.
Thanks in advance
...
|
datepart error
Sun, 05 Oct 2008 10:29:43 +0200
Hi...
I the property I wrote:
=DatePart("ww";[Date()])
this returned a #name error
What is wrong with this code?
JP ...
|
CarryOver problem
Sat, 4 Oct 2008 18:26:01 -0700
Hi,
I used carryover function with great appreciation for last couple years.
I created a new large database and tried to replicate my success with
CarryOver function.
I tried placing either old code or updated code , but always get this error:
Compile error:
User-defined type not defined
and I have "rs As ...
|
New Install - problems with existing modules etc
Sat, 4 Oct 2008 14:39:01 -0700
My database has a problem since I installed office 2003 on a new laptop, but
everything is fine on my old laptop. Both are running Windows XP, Office 2003
SP3, libraries are the same in both. I now have on both computers the same
back end and front end. I can't figure out why some items don't work on the
new ...
|
week number
Sat, 04 Oct 2008 22:15:08 +0200
Hi,
I have a table containing names of firms and dates on which they should
be visited.
I want something like: all firms that should be visited in week number 24
Is there somebdoy out there who is able to explain?
Thanks ...
|
sending mail from within access
Sat, 04 Oct 2008 22:06:59 +0200
Hi
When I send a report with following code:
DoCmd.SendObject acSendReport, "Coordinaten_rapport", acFormatHTML,
MP_Setup.Coordinaten_rapport, , , "Wijziging van coordianten ", "", False
Outlook opens a messagebox saying something about safty-stuff.
I have to click Yes to continue...
Is there a way not ...
|
|
|
Can not get focus
Sat, 04 Oct 2008 20:10:23 +0200
I wrote this code:
If [Forms]![verslagen].[Vragen]!Selectievakje15 = False Then
Me!teller = Me!teller - 1
If MsgBox("Opmerking?", vbOKOnly, "Let op!!") = vbOK Then
[Forms]![verslagen]![Vragen].Form!Selectievakje15 = True
[Forms]![verslagen]![Vragen].Form!Remarks_tekst.Visible = True
[Forms]![ver ...
|
Multivalue fields
Fri, 3 Oct 2008 20:01:19 -0700
The newer version of Access allows multivalued fields, something I am
familiar with from Pick.
Are there any new (string handling) functions in VB that will allow working
with these?
It struck me tonight that used with openargs among other things they can be
a great way to pass some data.
--
Are your l ...
|
CircleClick
Fri, 3 Oct 2008 17:16:08 -0700
Here is a routine I've used from time to time when there is a small list to
select from. It works the way many events can be set. I usually put it in
the on click event
While it can be used for any number of items, three or maybe four is about
optimum, after that a combo or list box is probably better.
...
|
|
|