Hi
I have a form with a comboBox, the user selects a value and I wish to update a field on a filtered form with the following SQL statement:
"SELECT tbl_ServiceIntervals.[275to400] " & _
"FROM tbl_ServiceIntervals " & _
"WHERE (((tbl_ServiceIntervals.[Style/Spec])=""930""))"
it will only ever return one value.
as you can gather I am a newbie, thanks
John
I have a form with a comboBox, the user selects a value and I wish to update a field on a filtered form with the following SQL statement:
"SELECT tbl_ServiceIntervals.[275to400] " & _
"FROM tbl_ServiceIntervals " & _
"WHERE (((tbl_ServiceIntervals.[Style/Spec])=""930""))"
it will only ever return one value.
as you can gather I am a newbie, thanks
John