Help Combobox problem

Hi. I downloaded your file but it doesn't make sense to me. I am getting an error message or a warning everytime I select a department and then try to save the record. Can you give us a step-by-step instruction on how to duplicate your issue? Thanks.

Could you check the below attached?

You will not get this error again.
 

Attachments

Could you check the below attached?

You will not get this error again.
Hi. Are you sure? I downloaded it, but still got the following error and can't move forward.

attachment.php


After I click OK, the Department combo becomes blank.
 

Attachments

  • error.PNG
    error.PNG
    70.7 KB · Views: 276
I haven't read the whole thread but I think it is because the form's "Data Entry" format is set to "Yes".
Else show by screensdump what problem you've, because you call some of the comboboxes by name that doesn't exist so ....
 
I haven't read the whole thread but I think it is because the form's "Data Entry" format is set to "Yes".
Else show by screensdump what problem you've, because you call some of the comboboxes by name that doesn't exist so ....

Yes, it's a data entry form and it supposes to be like that.
 
As theDBguy wrote, Can you give us a step-by-step instruction on how to duplicate your issue? Thanks.
 
Hi. Not sure if I should since you still haven't told us what to do with it.

Hellow, try to save two records or more by choosing deferent departments and go previous and next then you will see that the ( Sent to ) disappear but in the table ( tblDeptReg) will not be affected.
 
Hellow, try to save two records or more by choosing deferent departments and go previous and next then you will see that the ( Sent to ) disappear but in the table ( tblDeptReg) will not be affected.
Okay, thanks. It worked this time without errors. So, the reason why you don't see anything in the Sent To dropdown is because your Row Source for it has a criteria, as shown below.
attachment.php

To fix it, you'll need to requery the combo in the form's current event. Check out the attached modified version of your db. Hope it helps...
 

Attachments

Okay, thanks. It worked this time without errors. So, the reason why you don't see anything in the Sent To dropdown is because your Row Source for it has a criteria, as shown below.
attachment.php

To fix it, you'll need to requery the combo in the form's current event. Check out the attached modified version of your db. Hope it helps...

Thank you so much it's working :)
 

Users who are viewing this thread

Back
Top Bottom