Missing Value in combo Box while Opening another form using openArgs

VSolano

Registered User.
Local time
Today, 13:57
Joined
Feb 21, 2017
Messages
89
Hi,

Any input will be greatly appreciated

I have a form where I open another form using the Open Args. The form opens the correct record without any issue. I noticed that in the form that is open, there is a combo box that is displaying no value or blank value even thought the primary key from the field is not blank or is not null.

The second form will be open correctly when there is not any missing field in the form.

If I open the second form is missing any items or fields, the combo box will be blank.

The second form needs to be open to complete missing data


any thought on this issue.
 
what is the Rowsource of the combobox? maybe the rowsource has a criteria that is not in the form.
 
what is the Rowsource of the combobox? maybe the rowsource has a criteria that is not in the form.
Thanks,

I was filtering the row source of the bombo box
 
Are you saying that the combo box does not show a value because the field it is bound to is not present?
 

Users who are viewing this thread

Back
Top Bottom