combo boxes on access pages

  • Thread starter Thread starter elsa
  • Start date Start date
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!
 
Try this KB article to see if it helps:

How to Synchronize Two Drop-down Lists on a Data Access Page
http://support.microsoft.com/?id=232592

Tom

_________________________________________


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!
 
Back
Top