Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Maximum length on Where Statement in VBA 1

Status
Not open for further replies.

TimTDP

Technical User
Feb 15, 2004
373
ZA
In Access 2000, I filter report records using the following VBA code:
DoCmd.OpenReport strReportName, optReportOutput, , Wclause

Wclause is dimensioned as a string.

What is the maximum allowable length of the string I can use for Wclause?
 

My F1 key when cursor is inside OpenReport word, reveals the help on that issue, where you can find the limit of interest to be greater than the Where Condition action argument in the Macro window

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top