|
More site info...
microsoft.public.access.modulesdaovba | Forum profile
|
|
Forum profile page for microsoft.public.access.modulesdaovba on http://www.microsoft.com/communities/newsgroups....
This report page is the aggregated overview from a single forum: microsoft.public.access.modulesdaovba, located on the Message Board at http://www.microsoft.com/communities/newsgroups....
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "microsoft.public.access.modulesdaovba" on the Message Board at http://www.microsoft.com/communities/newsgroups... is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on microsoft.public.access.modulesdaovba:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
95
|
277
|
1,028
|
|
Post:
|
183
|
631
|
2,901
|
|
|
microsoft.public.access.modulesdaovba Posting activity graph:
|
Top authors during last week:
user's latest post:
Problem with PRINT REPORT TO PDF...
Published (2009-11-09 12:23:00)
Wiithout looking at your actual code, and just a shot in the dark to boot, I would be suspicious of using the square brackets [] as characters in a filename. Aside from how the filesystem might handle these (I don't know how), these to have a special meaning in VBA and there's a good possibility that somewhere in that code of Mr. Lebans there may be some issue with perfoming the conversion. The lack of extension also...
user's latest post:
Calculate number of days in...
Published (2009-11-09 09:51:00)
In this specific case you'd need to create a custom function. Below is one I threw together rapidly to try to help you out. It is not the most elegant way to do this but it does work. Feel free to improve upon it. Function NoDaysByMonth(dtStart As Date, dtEnd As Date) As String On Error GoTo Error_Handler Dim iNoMonths As Integer Dim dtFirstofMonth As Date Dim dtLastOfMonth As Date iNoMonths = DateDiff("m",...
user's latest post:
FollowHyperlink works in Mozilla...
Published (2009-11-03 12:16:00)
Please ignore my request. I have learned a bit more about the problem and have reposted it as subject "Secure Hyperlink Fails".
user's latest post:
syntax to copy text string from...
Published (2009-11-07 15:45:00)
Hello, The following code gets me close, but not quite. When this runs, I get an error that the field doesn't exist. It's reading the text in the field as if it's a field name. I'm just trying to copy the text string from Pic_Location to the clipboard when I enter an unbound text box so it's ready to insert into the next chosen record. The code is: ****************************************** Private Sub...
user's latest post:
Calculate number of days in...
Published (2009-11-09 12:51:00)
Another way to get at this would be to create a query. 1. To do so, you would need a table (tbl_Numbers) with one field (intNumber) with 10 records (values from 0 to 9). I use this table for lots of different purposes, but generating date sequences is the most frequent. 2. Then, you need a query (qry_Numbers_to_99) which generates a sequence of numbers from 0 to some other value (in your case you probably only need < 100...
user's latest post:
changing TextBox Caption in...
Published (2009-11-05 08:53:00)
TextBox1 is a control within SF_SourceObj. Main_SubForm is the name of the SubForm\SubReport section. Maybe i didn't explained me clearly on the first post. "RonaldoOneNil" wrote: > Me!Main_SubForm.Form!TextBox1.Caption = "Test" > > "Luis" wrote: > > > Hello. > > I have a form ("MainForm") with a...
user's latest post:
Finding and displaying images on...
Published (2009-11-09 22:20:00)
Excellent! That works perfectly! Now on to part 2 - is there a way when the picture is missing to move my text boxes to the left and over the ImageFrame? In other words, do something like: Me.Text1.Left = 0.0417 Me.Text2.Left = 0.0417 ... Where would I put this? Thanks for all the help! -- Albert S. "Dale Fye" wrote: > Albert, what you need to do is test to see whether either the gif or jpg file >...
user's latest post:
how to get table values into...
Published (2009-11-05 06:13:00)
variable = DLookup("fieldname", "tablename", "where clause") this is the code for getting table value into variable like that how to change table value to variable value (i.e table1.field1=variable) "Jack Leach" wrote: > Search the help for DLookup (or go to www.allenbrowne.com/tips.html and > import his ELookup function). > >...
user's latest post:
And/Or Statement in...
Published (2009-11-06 06:50:00)
"Ann" <Ann@discussions.microsoft.com> wrote in message news:DA55CFED-CAC6-4377-AC8F-14E88A67B7A9@microsoft.com... > Hi, > > I'm a beginner and I'm having a problem with my "and" and "or" statements. > I understand why it's not working just not sure of the syntax to make it > work > correctly. This statements...
user's latest post:
Multiselect Listbox and...
Published (2009-11-09 00:57:00)
You have not shared the code you are using so hard to say what you are missing. However, try the following link and see if that points you in the right direction. http://support.microsoft.com/default.aspx/kb/827423 -- Regards, OssieMac "Norbert Meiss" wrote: > I use a multiselect listbox to let a user select multiple items. The items > selected are determined n the AfterUpdate event. In most cases...
|
|
|
|
Latest active threads on microsoft.public.access.modulesdaovba::
Started 19 hours, 1 minute ago (2009-11-10 17:55:00)
by disneygoof via AccessMonster.com
My current db of tables is getting quite large and growing...I am worked
about maxing the db out. Also I thought this would be easier to maintain the
tables.
Marshall Barton wrote:
>>I currently have a front-end that resides on each pc, linked to a back-end on
>>the server...no issues. I want to take the back-end and break it ...
Started 18 hours, 47 minutes ago (2009-11-10 18:09:00)
by Armen Stein
On Mon, 9 Nov 2009 11:12:56 -0800 (PST), lackeysc <lackeysc@gmail.com>
wrote:
>Select * from PB6
>union
>Select * from PB17
>union
>Select * from PB32
>union
>Select * from PB64
>
>
>Assuming that the above union query can be created, I would then need
>to run a grouped query against the ...
Started 1 day, 9 hours ago (2009-11-10 03:02:00)
by Toni Miletic
Hi all again me,
If I change regional settings on the PC to English US then everything is
working fine. I was using before Croatian regional settings. Any idea how to
solve tis without changing regional settings?
Kind regards
Toni
"Toni Miletic" wrote:
> Hi all,
>
> I'm using Access ...
Started 18 hours, 10 minutes ago (2009-11-10 18:46:00)
by Stefan Hoffmann
hi Domenico,
domenico@f2n.it wrote:
> my flow is
>
> ' force save form
>
> If Me.Dirty Then
> RunCommand acCmdSaveRecord
> End If
Instead of RunCommand use
If Me.Dirty Then
Me.Dirty = False
End If
This will trigger the save action.
> ' and then read ...
Started 18 hours, 35 minutes ago (2009-11-10 18:21:00)
by John W. Vinson
On Mon, 9 Nov 2009 07:17:02 -0800, steelwool
<steelwool@discussions.microsoft.com> wrote:
>I do not want the new Picture It programs because they are auto corrections
>to a picture. I want Picture It v.2002 on my Vista computer. It will
>download and I think great. But when I open it it states that Active X or
>another ...
Started 2 days ago (2009-11-09 12:23:00)
by Jack Leach
Wiithout looking at your actual code, and just a shot in the dark to boot, I
would be suspicious of using the square brackets [] as characters in a
filename. Aside from how the filesystem might handle these (I don't know
how), these to have a special meaning in VBA and there's a good possibility
that somewhere in that code of Mr. ...
Started 18 hours, 47 minutes ago (2009-11-10 18:09:00)
by Gina Whipp
Mike,
Look up TransferSpreadsheet in Help.
--
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_files/TipList.ht m
"MikeF" <MikeF@discussions.microsoft.com> wrote in message
news:CAF9B913-D9D1-4B96-A0D3-1342F44F2418...
Started 2 days ago (2009-11-09 12:28:00)
by Dale Fye
Unless you actually have a field named "[box]", recommend you try the
following:
Me.Box = Nz( DMax("box", "TShipTemp", "[order]=" & Me.Order), 0) + 1
----
HTH
Dale
"Jacinda" wrote:
> Why doesn't this work:
> Me.Box = Nz(DMax("[box]", "TShipTemp", "[order]=" & Me.Order), 0) + 1...
Started 2 days, 3 hours ago (2009-11-09 09:39:00)
by Daryl S
Sharontodd -
On the BeforeUpdate event, you can set the default values for the form
controls that you want to keep the same for new records, setting them to the
current values, something like this:
Me.YourFormControl.DefaultValue = Me.YourFormControl.Value
Me.YourFormControl.DefaultValue = "'" & Me.YourFormControl....
|
|
Hot threads for last week on microsoft.public.access.modulesdaovba::
Started 19 hours, 1 minute ago (2009-11-10 17:55:00)
by disneygoof via AccessMonster.com
My current db of tables is getting quite large and growing...I am worked
about maxing the db out. Also I thought this would be easier to maintain the
tables.
Marshall Barton wrote:
>>I currently have a front-end that resides on each pc, linked to a back-end on
>>the server...no issues. I want to take the back-end and break it ...
Started 1 week, 2 days ago (2009-11-02 08:29:00)
by Jack Leach
You can build your condition to include a DoCmd.GoToNewRec for the
afterupdate, which will clear your checkboxes. Include it in the Open event
of the form as well so it defaults to a new record.
As a side note, you might want to
a) declare rs as a DAO.Recordset rather than Object, and
b) test the rs.NoMatch property after ...
Started 2 days ago (2009-11-09 12:23:00)
by Jack Leach
Wiithout looking at your actual code, and just a shot in the dark to boot, I
would be suspicious of using the square brackets [] as characters in a
filename. Aside from how the filesystem might handle these (I don't know
how), these to have a special meaning in VBA and there's a good possibility
that somewhere in that code of Mr. ...
Started 18 hours, 47 minutes ago (2009-11-10 18:09:00)
by Armen Stein
On Mon, 9 Nov 2009 11:12:56 -0800 (PST), lackeysc <lackeysc@gmail.com>
wrote:
>Select * from PB6
>union
>Select * from PB17
>union
>Select * from PB32
>union
>Select * from PB64
>
>
>Assuming that the above union query can be created, I would then need
>to run a grouped query against the ...
Started 1 week, 2 days ago (2009-11-02 10:39:00)
by Jack Leach
Application. Hyperlink defaults to opening a file as if it were clicked
through a webpage (hence the hyperlink). For instance, if I open a jpg with
AppHyperlink it opens in IE instead of my registered program.
Use the builtin Shell() function or even better, the ShellExecute API which
can be found at mvps.org/access, both of these ...
Started 2 days, 4 hours ago (2009-11-09 08:34:00)
by Daniel Pineault
DateDiff() should be what you are looking for.
DateDiff("d",#10/17/09#,#11/16/09#) + 1 = 31
DateDiff("d",#10/17/2009#,#12/15/2009#) + 1 = 60
For more information look at the help on the subject. It can be used in
VBA, queries, forms, reports...
--
Hope this helps,
Daniel Pineault
http://www....
Started 6 days, 6 hours ago (2009-11-05 06:42:00)
by Daryl S
Luis -
If the button and the textbox are both in the subform, then the reference
would be:
Me!TextBox1.Caption = "Test"
--
Daryl S
"Luis" wrote:
> Hello.
> I have a form (" MainForm") with a subform ("Main_SubForm"). The subForm used
> as Source Object ("SF_SourceObj") has a ...
Started 1 week, 1 day ago (2009-11-02 15:25:00)
by Daniel Pineault
Is there a reason why you wouldn't simply make a report which combine your 2
reports for you that way you don't need to mess around with automating PDF
software?
--
Hope this helps,
Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples: http://www.devhut.net
Please rate this post ...
Started 6 days, 6 hours ago (2009-11-05 06:02:00)
by Jack Leach
Search the help for DLookup (or go to www.allenbrowne.com/tips.html and
import his ELookup function).
variable = DLookup("fieldname", "tablename", "where clause")
will return null if no values are found, so you may want to wrap with the
Nz() function:
variable = Nz(DLookup("fieldname", "tablename", "whereclause"), ...
Started 5 days, 4 hours ago (2009-11-06 08:04:00)
by Beetle
Comments inline:
> I enter a value in textbox1, textbox2 should only have choices available per
> the data from textbox1.
A text box doesn't have "choices". A user can enter a value, or you can
display a value. You could use code to build a list of values separated
by, for example, a comma and display it in the text box, ...
|
|