G
Guest
i have a simple form where user chooses between 'option A' which is five
different job numbers pre-programmed into a string or 'option B' which is a
combo box with thousands of job numbers to make one selection. If 'A' then
it needs to fill in a hidden text box with a string that a saved query will
use as a parameter. Getting the string to work is the problem. A example is
below:
string as it might show in text box: """00112""" & "OR " & """00612"""
query parameter field: [forms]![frm_LPFJB]![selection]
different job numbers pre-programmed into a string or 'option B' which is a
combo box with thousands of job numbers to make one selection. If 'A' then
it needs to fill in a hidden text box with a string that a saved query will
use as a parameter. Getting the string to work is the problem. A example is
below:
string as it might show in text box: """00112""" & "OR " & """00612"""
query parameter field: [forms]![frm_LPFJB]![selection]