Microsoft
Software
Hardware
Network
Question : Open form based on two unbound combo boxes on another form
I have a form named frmWorkAndBack based on a table tblWorkAndBack.
The table has two Integer fields QuoteNumber and QuoteLine.
I have a button a form frmSelectOrder with two unbound fields cboQuoteNumber and cboLineNumber.
I want to open the form frmWorkAndBack based on the values in in frmSelectOrder
If I use the command
DoCmd.OpenForm "frmWorkAndBack", , , "[QuoteHeader]=" & Me.cboQuoteNumber
the form opens and is filtered by the QuoteHeader value.
If I use this code:
DoCmd.OpenForm "frmWorkAndBack", , , "[QuoteLine]=" & Me.cboLineNumber
the form opens and is filtered by the QuoteLine
However, when I use this code:
DoCmd.OpenForm "frmWorkAndBack", , , "[QuoteHeader]=" & Me.cboQuoteNumber And "[QuoteLine]=" & Me.cboLineNumber
I receive Run-time error '13'"
Type mismatch
I would think I would get a Type mismatch on one or the other, but they both work when not combined.
Thanks in advance.
Answer : Open form based on two unbound combo boxes on another form
You simply misplaced the quote:
DoCmd.OpenForm "frmWorkAndBack", , , "[QuoteHeader]=" & Me.cboQuoteNumber & " And [QuoteLine]=" & Me.cboLineNumber
The And was being interpreted by VB, while you want it as part of your criteria.
(°v°)
Random Solutions
Exchange 2010 Delegate Distribution List Permissions
How to run app on local machine and display results in web page
override err.raise?
Cisco IPS-4250 - Able to push to syslog server?
Loop through Months Of Year to pop ddl
Sharepoint Survey: Clicked 'No' to 'Show user names while creating the survey! Is there a way to turn the feature back on to see the names again?
Virtual Data Recovery Error
jquery set value of hidden form field
run excel and run the enable auto refresh
TS users access maping folders in windows 2008 slow