Re: How to Remove Filter and Stay on Same Record
- From: "doyle60@xxxxxxx" <doyle60@xxxxxxx>
- Date: 1 Jun 2005 13:03:54 -0700
Thanks. I got it to work.
I needed to change a line in my code from
stLink Criteria = "[CBID]=" & "'" & Me![CBID] & "'"
to
stLink Criteria = "[CBID]=" & Me!CBID]
This solved a "Data type mismatch in criteria Expression" error.
Thanks,
Matt
.
- References:
- How to Remove Filter and Stay on Same Record
- From: doyle60@xxxxxxx
- Re: How to Remove Filter and Stay on Same Record
- From: Tim Ferguson
- How to Remove Filter and Stay on Same Record
- Prev by Date: SQL INSERT INTO - Commas Problem
- Next by Date: RE: SQL INSERT INTO - Commas Problem
- Previous by thread: Re: How to Remove Filter and Stay on Same Record
- Next by thread: Problems with programatically creating queries
- Index(es):
Relevant Pages
|