Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

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.

Site: Discussions in microsoft.public.access.modulesdaovba - microsoft.public.access.modulesdaovba (site profile, domain info microsoft.com)
Title: microsoft.public.access.modulesdaovba
Url: http://www.microsoft.com/communities/newsgroups...
Users activity: 28 posts per thread
Forum activity: 95 active threads during last week
 

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:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Jack Leach
19
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...
Daniel Pineault
11
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",...
RichW
8
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".  
tstew
8
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...
Dale Fye
7
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...
Luis
5
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...
Albert S.
5
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 >...
ezil
4
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). > >...
Dirk Goldgar
4
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...
OssieMac
4
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::

Discussions in 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 ...
Thread:  Show this thread (18 posts)   Thread info: One front End - Multiple Backends in microsoft.public.access.modulesdaovba Size: 1,506 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: One front End - Multiple Backends in microsoft.public.access.modulesdaovba :: microsoft.public.access.modulesdaovba :: Discussions in microsoft.public.access.modulesdaov..."
Discussions in microsoft.public.access.modulesdaovba
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 ...
Thread:  Show this thread (8 posts)   Thread info: loop thru records to create a union query in
microsoft.public.access.modulesdaovba Size: 1,694 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: loop thru records to create a union query in
microsoft.public.access.modulesdaovba :: microsoft.public.access.modulesdaovba :: Discussions in microsoft.public.access.modulesdaov..."
Discussions in microsoft.public.access.modulesdaovba
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 ...
Thread:  Show this thread (3 posts)   Thread info: Run-time error '3075': in microsoft.public.access.modulesdaovba Size: 3,029 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Run-time error '3075': in microsoft.public.access.modulesdaovba :: microsoft.public.access.modulesdaovba :: Discussions in microsoft.public.access.modulesdaov..."
Discussions in microsoft.public.access.modulesdaovba
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 ...
Thread:  Show this thread (2 posts)   Thread info: Differences accdb and accde in microsoft.public.access.modulesdaovba Size: 1,509 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Differences accdb and accde in microsoft.public.access.modulesdaovba :: microsoft.public.access.modulesdaovba :: Discussions in microsoft.public.access.modulesdaov..."
Discussions in microsoft.public.access.modulesdaovba
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 ...
Thread:  Show this thread (2 posts)   Thread info: I want to install Microsoft Picture It 2002 and Vista will not tak in
microsoft.public.access.modulesdaovba Size: 1,534 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: I want to install Microsoft Picture It 2002 and Vista will not tak in
microsoft.public.access.modulesdaovba :: microsoft.public.access.modulesdaovba :: Discussions in microsoft.public.access.modulesdaov..."
Discussions in microsoft.public.access.modulesdaovba
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. ...
Thread:  Show this thread (8 posts)   Thread info: Problem with PRINT REPORT TO PDF in microsoft.public.access.modulesdaovba Size: 18 kb
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Problem with PRINT REPORT TO PDF in microsoft.public.access.modulesdaovba :: microsoft.public.access.modulesdaovba :: Discussions in microsoft.public.access.modulesdaov..."
Discussions in microsoft.public.access.modulesdaovba
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...
Thread:  Show this thread (2 posts)   Thread info: Run Saved Import in microsoft.public.access.modulesdaovba Size: 1,306 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Run Saved Import in microsoft.public.access.modulesdaovba :: microsoft.public.access.modulesdaovba :: Discussions in microsoft.public.access.modulesdaov..."
Discussions in microsoft.public.access.modulesdaovba
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...
Thread:  Show this thread (3 posts)   Thread info: Adding a sequence number in microsoft.public.access.modulesdaovba Size: 1,284 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Adding a sequence number in microsoft.public.access.modulesdaovba :: microsoft.public.access.modulesdaovba :: Discussions in microsoft.public.access.modulesdaov..."
Discussions in microsoft.public.access.modulesdaovba
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....
Thread:  Show this thread (4 posts)   Thread info: Repeat field value in microsoft.public.access.modulesdaovba Size: 1,721 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Repeat field value in microsoft.public.access.modulesdaovba :: microsoft.public.access.modulesdaovba :: Discussions in microsoft.public.access.modulesdaov..."
 

Hot threads for last week on microsoft.public.access.modulesdaovba::

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 ...
Thread:  Show this thread (18 posts)   Thread info: One front End - Multiple Backends in microsoft.public.access.modulesdaovba Size: 1,506 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: One front End - Multiple Backends in microsoft.public.access.modulesdaovba :: microsoft.public.access.modulesdaovba :: Discussions in microsoft.public.access.modulesdaov..."
microsoft.public.access.modulesdaovba
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 ...
Thread:  Show this thread (8 posts)   Thread info: When Combobox is blank, textboxes should be blank in
microsoft.public.access.modulesdaovba Size: 2,378 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: When Combobox is blank, textboxes should be blank in
microsoft.public.access.modulesdaovba :: microsoft.public.access.modulesdaovba :: Discussions in microsoft.public.access.modulesdaov..."
microsoft.public.access.modulesdaovba
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. ...
Thread:  Show this thread (8 posts)   Thread info: Problem with PRINT REPORT TO PDF in microsoft.public.access.modulesdaovba Size: 18 kb
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Problem with PRINT REPORT TO PDF in microsoft.public.access.modulesdaovba :: microsoft.public.access.modulesdaovba :: Discussions in microsoft.public.access.modulesdaov..."
microsoft.public.access.modulesdaovba
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 ...
Thread:  Show this thread (8 posts)   Thread info: loop thru records to create a union query in
microsoft.public.access.modulesdaovba Size: 1,694 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: loop thru records to create a union query in
microsoft.public.access.modulesdaovba :: microsoft.public.access.modulesdaovba :: Discussions in microsoft.public.access.modulesdaov..."
microsoft.public.access.modulesdaovba
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 ...
Thread:  Show this thread (7 posts)   Thread info: application.hyperlink giving 490 error in
microsoft.public.access.modulesdaovba Size: 1,902 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: application.hyperlink giving 490 error in
microsoft.public.access.modulesdaovba :: microsoft.public.access.modulesdaovba :: Discussions in microsoft.public.access.modulesdaov..."
microsoft.public.access.modulesdaovba
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....
Thread:  Show this thread (6 posts)   Thread info: Calculate number of days in months given a multi-month time period in
microsoft.public.access.modulesdaovba Size: 1,849 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Calculate number of days in months given a multi-month time period in
microsoft.public.access.modulesdaovba :: microsoft.public.access.modulesdaovba :: Discussions in microsoft.public.access.modulesdaov..."
microsoft.public.access.modulesdaovba
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 ...
Thread:  Show this thread (5 posts)   Thread info: changing TextBox Caption in microsoft.public.access.modulesdaovba Size: 1,351 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: changing TextBox Caption in microsoft.public.access.modulesdaovba :: microsoft.public.access.modulesdaovba :: Discussions in microsoft.public.access.modulesdaov..."
microsoft.public.access.modulesdaovba
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 ...
Thread:  Show this thread (4 posts)   Thread info: Appending mutiple reports to PDF using VBA. in
microsoft.public.access.modulesdaovba Size: 1,676 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Appending mutiple reports to PDF using VBA. in
microsoft.public.access.modulesdaovba :: microsoft.public.access.modulesdaovba :: Discussions in microsoft.public.access.modulesdaov..."
microsoft.public.access.modulesdaovba
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"), ...
Thread:  Show this thread (4 posts)   Thread info: how to get table values into variable in
microsoft.public.access.modulesdaovba Size: 1,471 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: how to get table values into variable in
microsoft.public.access.modulesdaovba :: microsoft.public.access.modulesdaovba :: Discussions in microsoft.public.access.modulesdaov..."
microsoft.public.access.modulesdaovba
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, ...
Thread:  Show this thread (4 posts)   Thread info: DLookup, how to format vba code in microsoft.public.access.modulesdaovba Size: 5,268 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: DLookup, how to format vba code in microsoft.public.access.modulesdaovba :: microsoft.public.access.modulesdaovba :: Discussions in microsoft.public.access.modulesdaov..."