combo boxes on access pages

E

elsa

I have to capture data on an Access Page (web page)

How do you display specific data for a combo box on an
access page. You can not get into the SQL to tell it to
look on the page what the current record value is! I know
how to do this on a form.

Example: Job 888

I now want to choose a unit for this job, but it must only
display the units for job 888 and not for all jobs.

I will be grateful for help!


..
 
Y

Yvonneb

Have you tried setting the "ListRowSource" property of the listbox to an Sql string

Good Luck

Yvonne

----- elsa wrote: ----

I have to capture data on an Access Page (web page

How do you display specific data for a combo box on an
access page. You can not get into the SQL to tell it to
look on the page what the current record value is! I know
how to do this on a form

Example: Job 88

I now want to choose a unit for this job, but it must only
display the units for job 888 and not for all jobs

I will be grateful for help
 
Top