T
TechTutors
Hello,
First off, I'd like to thank you all for assisting me in this matter.
I'm atrying ot open a forum from another form with multiple matching criteria.
Here is the code I have thus far...
stLinkCriteria = "[WO_ID]=" & "'" & Me![ID] & "' And [WO_CorpID]=" & "'"
& Me![CORP_ID] & "' And [WO_ImportAcct]=" & "'" & Me![ACCT] & """"
When I click Open form, it says Microsoft Office Access can't find the field
'ACCT' referred to in your expression.
WO_ID and ID are text fields
WO_CorpID and CORP_ID are Number fields
WO_ImportAcct and ACCT are text fields
All the help you could provide would be fantastic! Thanks!
First off, I'd like to thank you all for assisting me in this matter.
I'm atrying ot open a forum from another form with multiple matching criteria.
Here is the code I have thus far...
stLinkCriteria = "[WO_ID]=" & "'" & Me![ID] & "' And [WO_CorpID]=" & "'"
& Me![CORP_ID] & "' And [WO_ImportAcct]=" & "'" & Me![ACCT] & """"
When I click Open form, it says Microsoft Office Access can't find the field
'ACCT' referred to in your expression.
WO_ID and ID are text fields
WO_CorpID and CORP_ID are Number fields
WO_ImportAcct and ACCT are text fields
All the help you could provide would be fantastic! Thanks!