S
Stein_68
simple stuff here, haven't been a programmer in about 15 years (things have
changed a bit). created a form "switchboard" with a listbox that queries two
fields from one "data" table (ID# & Company Name). I want the user to be
able to select from the listbox a particular company name and (i) highlight
on a single click and (ii) using company name (not showing ID# in list box)
jump to another existing "Input" form that contains all of the data from the
"Data" table.
where i am thus far...list box shows all companies correctly in alpha order,
single click does not do anything (can't figure out on click highlighting),
double click opens the "Input" form correctly but i can only get it to open a
specific record I identify in the code, i.e. DoCmd.OpenForm "Input", , ,
"Data.ID=8". Thoughts?
changed a bit). created a form "switchboard" with a listbox that queries two
fields from one "data" table (ID# & Company Name). I want the user to be
able to select from the listbox a particular company name and (i) highlight
on a single click and (ii) using company name (not showing ID# in list box)
jump to another existing "Input" form that contains all of the data from the
"Data" table.
where i am thus far...list box shows all companies correctly in alpha order,
single click does not do anything (can't figure out on click highlighting),
double click opens the "Input" form correctly but i can only get it to open a
specific record I identify in the code, i.e. DoCmd.OpenForm "Input", , ,
"Data.ID=8". Thoughts?