Re: Switchboard problem
- From: "missinglinq via AccessMonster.com" <u28780@uwe>
- Date: Mon, 25 Dec 2006 12:43:30 GMT
Frequently in VB and VBA the line hilited is actually the line following the
problem, which would make the culprit here:
Me.RecordsetClone.FindFirst "[CustomerID] = '" & Me![cboCustomerName] & "'"
I leave most of my combo box coding up to Access, but I wonder if you
changed
& Me![cboCustomerName] & "'"
to
& Me![cboCustomerName.Value] & "'"
if it would help.
Have a Happy Holiday!
--
There's ALWAYS more than one way to skin a cat!
Answers/posts based on Access 2000
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-gettingstarted/200612/1
.
- Follow-Ups:
- Re: Switchboard problem
- From: missinglinq via AccessMonster.com
- Re: Switchboard problem
- Prev by Date: Re: how do I delete every field on a form without deleting the record
- Next by Date: Re: Switchboard problem
- Previous by thread: APPEND QUERY USING A RECORDSET
- Next by thread: Re: Switchboard problem
- Index(es):
Relevant Pages
|