Selected in Combo Box not showing up (1 Viewer)

Prodriguez

New member
Local time
Today, 14:49
Joined
May 1, 2013
Messages
11
Hi,

The attached database example has two tables (tbl_Documents and tbl_RepPeriod) and a form that is being used to populate this information.
The form (TestForm) has a combo box that lists "Active" reporting periods that the user can select from to assign to each of the records from the tbl_Documents. The combo box list the active periods which are enable/disable from the tbl_RepPeriod.


In this current example record ID # 4 from tbl_Documents has been assigned in the past a Reporting Period = "2017-09". This period has been later disable and therefore is not being listed when I click the drop down menu of the form and which is the expected behaviour.

My question:

Is there a way to still see the assigned Reporting Period while scrolling through the records in the Form even though now this period is disable?

I hope the question is clear.

Thank you
 

Attachments

  • DB Example.accdb
    464 KB · Views: 110

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 14:49
Joined
May 7, 2009
Messages
19,241
chevk the code behind the form
 

Attachments

  • DB Example.zip
    22.7 KB · Views: 78

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 14:49
Joined
May 7, 2009
Messages
19,241
no probkem. goidkuck and happy coding.
 

Users who are viewing this thread

Top Bottom