Listbox locked on subform

  • Thread starter Chris F via AccessMonster.com
  • Start date
C

Chris F via AccessMonster.com

Good day,

I have a form (frmProjectView) which has a subform control. Depending on the
button pressed on the main form, the subform will display different single
forms, such as sProjectV. This subform in particular I am having an issue
with a listbox control.

The sProjectV has a record source of qProjectV (linked to a TempVars as the
criteria). This has been tested and works. However, when I add a listbox
with its own query for the Row Source, qProjectCompays, it will not let me
choose any of the values listed in the box. I checked the list box on a
separate form and it works and allows me to select, so I believe it has
something to do with being on a subform, but am not positive.

I checked the list box and its properties are : Enabled = True, Locked =
False
I also checked the subform and have put the Allow Additions, Deletions, and
Edit to False and Allow Filters = True.

What am I missing that would cause this behavior?

Thank you in advance for your help,
Regards,
Chris F.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top