i am using Access97.
i have a form (called frmRptTotals) with a combo box (called cboCity) showing city codes such as SEA, SFO, LAN.
This form opens a report.
the query the report is based on contains the following critieria for the City column:
[Forms]![frmRptTotals]![cboCity]
So the user picks the city from the form that they want the report to be based on. Everything works fine except i want to add 'All California' to my cboCity combo box.
so, i am trying to make an entry in the combo box, but i don't know the syntax.
"SFO" or "LAN" doesn't work
'SFO' or 'LAN' doesn't work
SFO "or" LAN doesn't work
SFO & "OR" & LAN doesn't work
"SFO or LAN" doesn't work
any ideas??
thanks,
ruth ruth.jonkman@wcom.com
i have a form (called frmRptTotals) with a combo box (called cboCity) showing city codes such as SEA, SFO, LAN.
This form opens a report.
the query the report is based on contains the following critieria for the City column:
[Forms]![frmRptTotals]![cboCity]
So the user picks the city from the form that they want the report to be based on. Everything works fine except i want to add 'All California' to my cboCity combo box.
so, i am trying to make an entry in the combo box, but i don't know the syntax.
"SFO" or "LAN" doesn't work
'SFO' or 'LAN' doesn't work
SFO "or" LAN doesn't work
SFO & "OR" & LAN doesn't work
"SFO or LAN" doesn't work
any ideas??
thanks,
ruth ruth.jonkman@wcom.com