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 Access | Forum profile

Forum profile page for Microsoft Access on http://www.mrexcel.com. This report page is the aggregated overview from a single forum: Microsoft Access, located on the Message Board at http://www.mrexcel.com. 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 Access" on the Message Board at http://www.mrexcel.com 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: MrExcel Message Board - Microsoft Access (site profile, domain info mrexcel.com)
Title: Microsoft Access
Url: http://www.mrexcel.com/forum/forumdisplay.php?s...
Users activity: 33 posts per thread
Forum activity: 64 active threads during last week
 

Posting activity on Microsoft Access:

  Week Month 3 Months
Threads: 64 340 1,120
Post: 240 1,192 3,670
 

Microsoft Access Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
jackd
37
user's latest post:
Send Word attachment via Access...
Published (2010-01-05 14:46:00)
Quote: Originally Posted by hcabs99 Many thanks (again!) Have put the code in as you suggest, but i get an Error 438 (Object does not support this property or method) in Procedure TestEmailWithAttachment Any ideas? Yes, remove the line with the Hyperlinks.Add.... that rconverse suggested. Access is telling you that that construct is not supported . I'm not sure how familiar you are with vba. My last post showed an example of how to...
Norie
20
user's latest post:
iif with multiple outcome
Published (2010-01-04 18:56:00)
If you want to see both 2009 and 2010 data why don't you use other criteria? If you look at the query by design view you'll notice 'or' below Criteria on the far left. So you might be able to put other criteria in another row.
boblarson
18
user's latest post:
Dirty Form...
Published (2010-01-04 21:16:00)
Quote: Originally Posted by hollifd Hey Thanks Bob, That did the trick. I appreciate the help on this. David Glad we could help out.
Joe4
18
user's latest post:
Help with VBA script that...
Published (2010-01-05 14:18:00)
One other thing. You have declared "dbs", but it doesn't look like you set it to anything (unless you did and just are not showing it here). Usually, you should have a statement like: Set dbs=CurrentDb before you start executing queries on it.
GorD
12
user's latest post:
Apply Dif Rates dependent on...
Published (2010-01-03 12:55:00)
Thanks for the links - guess I've forgotten some basics. The bit that I still can't quite get is how it works when the specific date isn't listed. i.e the timesheet date is 14/11/09 but the rates table only has a listing showing a start date of say 01/03/09 and an end date of 31/12/09
krice1974
11
user's latest post:
UDF with ADO - Page 3 - MrExcel...
Published (2009-12-28 22:46:00)
Thanks. I'm working with it now, I think the size of n is an issue, good call. It's pretty quick, too! 100k+ records using it takes a few seconds.
healey21
10
user's latest post:
IS Error In Formula
Published (2010-01-05 12:44:00)
Thank you this works well. Happy New Year
Trevor G
9
user's latest post:
Output Filtered Form results...
Published (2010-01-05 12:01:00)
Hi I have created a form that uses combo boxes to filter a subform results this works great, but my final stage is to output or export the filtered result to Excel. I am using Access 2007. I had created a temp table to store the results in but it fills the table with all the records. Can you append records to a temp table from a filtered Form? The subform data source is a query but the program I have written is based within the form.
xenou
7
user's latest post:
New Access forms (tabbed)
Published (2010-01-02 19:25:00)
Nevermind. Found answer here: http://www.btabdevelopment.com/main/...1/Default.aspx (thank you Bob Larson!).
dogdays
6
user's latest post:
Apply Dif Rates dependent on...
Published (2010-01-02 00:13:00)
The message you got usually means a field name is misspelled. Jack
 

Latest active threads on Microsoft Access::

MrExcel Message Board
Started 1 week ago (2009-12-30 11:56:00)  by hcabs99
Hi All Can anyone advise please. I have various macros running in access which send emails with attachments containing tables from the database. This all works fine. On one of the emails sent out, i need to send a word document which contains instructions on what to do when the attachment is sent. Any idea how i can send this on the same macro? Cheers
Thread:  Show this thread (14 posts)   Thread info: Send Word attachment via Access Size: 409 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Send Word attachment via Access :: Microsoft Access :: MrExcel Message Board"
MrExcel Message Board
Started 2 days, 15 hours ago (2010-01-04 14:35:00)  by Norie
Jon How exactly are you trying to run the query/code? Which application is giving you the error, Excel or Access? Does the query use any UDFs (user defined functions)?
Thread:  Show this thread (3 posts)   Thread info: run time error 32000 Size: 215 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: run time error 32000 :: Microsoft Access :: MrExcel Message Board"
MrExcel Message Board
Started 2 days, 12 hours ago (2010-01-04 17:55:00)  by Norie
Could you explain in words what this is mean to do? Some sample data would be nice too. I've got a feeling that Iif isn't the right thing to use and/or you are using incorrectly.
Thread:  Show this thread (12 posts)   Thread info: iif with multiple outcome Size: 398 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: iif with multiple outcome :: Microsoft Access :: MrExcel Message Board"
MrExcel Message Board
Started 1 day, 17 hours ago (2010-01-05 12:25:00)  by Joe4
Welcome to the Board! For things like Importing and Appending to tables, Access error descriptions are less than ideal, and often not very helpful. Check the properties of the fields on your tables. Are you trying to import invalid values in? Things to look for: 1. Are you trying to import invalid data types, i.e. are you trying to import text into numeric fields? 2....
Thread:  Show this thread (3 posts)   Thread info: Key Violation with append query Size: 689 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Key Violation with append query :: Microsoft Access :: MrExcel Message Board"
MrExcel Message Board
Started 2 weeks ago (2009-12-24 02:05:00)  by Dembo
Help with VBA script that updates field in table Hi There, I have tried to find a vba script which updates a field in a table, I have found reference to using the SQL from an update query, but I do not know the syntax. The database I am building is going to be used to track equipment being signed to a person and signed ...
Thread:  Show this thread (10 posts)   Thread info: Help with VBA script that updates field in table Size: 1,610 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Help with VBA script that updates field in table :: Microsoft Access :: MrExcel Message Board"
MrExcel Message Board
Started 1 day, 17 hours ago (2010-01-05 12:27:00)  by Joe4
How about something like this? Exposure Change: NZ([Renewing Exposure],0)/NZ([Expiring Exposure],1)
Thread:  Show this thread (3 posts)   Thread info: IS Error In Formula Size: 231 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: IS Error In Formula :: Microsoft Access :: MrExcel Message Board"
MrExcel Message Board
Started 2 days, 10 hours ago (2010-01-04 19:25:00)  by ccoleman
Whether it's correct or not I can't really say but I tend to make the combo box 2 columns, the first being the ID the second being the actual name. Then under the column widths make it "0,". This makes the first row the bound column which is the ID (so any value you set from this box is the ID) but the user will only ever see what's in the second column (i.e. the name).
Thread:  Show this thread (5 posts)   Thread info: From three tables to one. Size: 390 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: From three tables to one. :: Microsoft Access :: MrExcel Message Board"
MrExcel Message Board
Started 2 weeks, 1 day ago (2009-12-22 14:20:00)  by Joe4
It looks like you want them in alphabetic order, so why not just sort by that field in your query, and that should take care of it?
Thread:  Show this thread (25 posts)   Thread info: Text File order is being changed in query Size: 131 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Text File order is being changed in query :: Microsoft Access :: MrExcel Message Board"
 

Hot threads for last week on Microsoft Access::

Microsoft Access
Started 1 week, 1 day ago (2009-12-30 01:46:00)  by dogdays
You could create a table containing 1-resource code, 2-starting date, 3-ending date, 4-hourly rate for this period. To get the rate for a specific time period you would select hourly rate from table where yourdate > = starting date and yourdate
Thread:  Show this thread (29 posts)   Thread info: Apply Dif Rates dependent on date Size: 381 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Apply Dif Rates dependent on date :: Microsoft Access :: MrExcel Message Board"
Microsoft Access
Started 1 week ago (2009-12-30 11:56:00)  by hcabs99
Hi All Can anyone advise please. I have various macros running in access which send emails with attachments containing tables from the database. This all works fine. On one of the emails sent out, i need to send a word document which contains instructions on what to do when the attachment is sent. Any idea how i can send this on the same macro? Cheers
Thread:  Show this thread (14 posts)   Thread info: Send Word attachment via Access Size: 409 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Send Word attachment via Access :: Microsoft Access :: MrExcel Message Board"
Microsoft Access
Re: Date / Time format - 12 new posts
Started 1 week ago (2009-12-30 06:22:00)  by barry houdini
If you have a column of dates in the format 20091230 then you can use Text to columns to convert Select column and then Data > Text to columns > Next > Next > under "column data format" choose "date" and the format YMD > Finish
Thread:  Show this thread (12 posts)   Thread info: Date / Time format Size: 264 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Date / Time format :: Microsoft Access :: MrExcel Message Board"
Microsoft Access
Started 2 days, 12 hours ago (2010-01-04 17:55:00)  by Norie
Could you explain in words what this is mean to do? Some sample data would be nice too. I've got a feeling that Iif isn't the right thing to use and/or you are using incorrectly.
Thread:  Show this thread (12 posts)   Thread info: iif with multiple outcome Size: 398 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: iif with multiple outcome :: Microsoft Access :: MrExcel Message Board"
Microsoft Access
Re: Dirty Form... - 10 new posts
Started 2 days, 9 hours ago (2010-01-04 20:21:00)  by boblarson
If the controls that have entries being made in them are not bound to a field in the form's records source, then the dirty event will not fire. It only works with bound fields.
Thread:  Show this thread (10 posts)   Thread info: Dirty Form... Size: 177 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Dirty Form... :: Microsoft Access :: MrExcel Message Board"
Microsoft Access
Started 6 days, 14 hours ago (2009-12-31 15:48:00)  by Norie
I think we need more information. For example, how are you populating the form? Is there perhaps some issue with referential integrity, joins, required fields etc?
Thread:  Show this thread (9 posts)   Thread info: Can't change data in Access form fields Size: 195 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Can't change data in Access form fields :: Microsoft Access :: MrExcel Message Board"
Microsoft Access
Started 2 days, 16 hours ago (2010-01-04 13:15:00)  by Norie
Which line is the error on? The very last one, or the previous one. Whichever it is, what's the error message?
Thread:  Show this thread (9 posts)   Thread info: Form Filter VBA Code Size: 236 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Form Filter VBA Code :: Microsoft Access :: MrExcel Message Board"
Microsoft Access
Re: New to Access 07 - 8 new posts
Started 6 days, 12 hours ago (2009-12-31 17:58:00)  by Norie
Nucor What makes you think you need code? What is it you are actually trying to achieve? If all you want to do is import data into Access from another source, eg Excel, then you should just be able to goto File> Get External Data... If that doesn't work, say because the data isn't well structured, then you might need code. But that code wouldn't necessarily be Access specific....
Thread:  Show this thread (8 posts)   Thread info: New to Access 07 Size: 1,024 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: New to Access 07 :: Microsoft Access :: MrExcel Message Board"
Microsoft Access
Started 6 days, 14 hours ago (2009-12-31 16:08:00)  by Norie
Why are you doing this in the first place? It's not a good idea to update data like this.
Thread:  Show this thread (8 posts)   Thread info: SQL query, update field if field found in another table Size: 105 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: SQL query, update field if field found in another table :: Microsoft Access :: MrExcel Message Board"
Microsoft Access
Started 2 days, 13 hours ago (2010-01-04 16:32:00)  by jackd
Quote: Originally Posted by healey21 I have a form that I have inherited from someone who left the company years ago. What I would like to do is change an IF statement around from searching for Text to now use Long Interger The code I have is this: Dim strYear As String If IsNull(Me.cboYear.Value) Then ...
Thread:  Show this thread (7 posts)   Thread info: IF Statement Help Size: 1,068 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: IF Statement Help :: Microsoft Access :: MrExcel Message Board"