A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Runtime error 2101 - The setting you entered isnt valid for this property.



 
 
Thread Tools Display Modes
  #1  
Old September 29th, 2005, 12:58 PM
external usenet poster
 
Posts: n/a
Default Runtime error 2101 - The setting you entered isnt valid for this property.

Hi,

I have a report & a subreport. I wish to apply a filter to the subreport
when it opens so ive added the following code to it:


Private Sub Report_Open(Cancel As Integer)
Me.Filter = "YearOfPublication = 1926"
Me.FilterOn = True

End Sub

When i open the subreport on its own this works fine but when i open the
main report i get the following error message:

Runtime error 2101 - The setting you entered isnt valid for this property..

any help much appreciated


cheers

jim


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculation Setting in Excel Stuart Bisset General Discussion 0 June 17th, 2005 09:54 AM
Registry settings for Snapshot reports in runtime Tom H. Dalton Setting Up & Running Reports 1 October 15th, 2004 04:25 PM
Fixing references on runtime version Dave Columbus Using Forms 1 October 9th, 2004 03:12 PM
ERROR check if a date set entered violates a previously entered date set buzz General Discussion 1 June 17th, 2004 03:03 AM
ERROR check if a date set entered violates a previously entered date set buzz General Discussion 1 June 16th, 2004 08:07 PM


All times are GMT +1. The time now is 05:48 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.