Two comboxes with move between records in data entry form in MS Access

Alhakeem1977

Registered User.
Local time
Today, 09:44
Joined
Jun 24, 2017
Messages
308
Hi everyone,

I have got a two comboxes (cboDept) employee department requery a (cboEmployee) employee in a data entry form.

The issue is when I finished my entry and try to see my records go previous I got the cboEmployee become blank.

How can I avoid the cboEmployee to become blank?

Thanks in advance!

Sent from my HUAWEI NXT-L29 using Tapatalk
 
Is the combobox bound to the employee field?
 
Is there any code the form’s Current event?
No, there isn't any code.

I guess because of the requery in the dept combobox, when I enter two records for an employees from the same department no problem but when I select an employee from another department then the previous records will empty the employee combobox.

I think maybe I have to unreqery when navigate between the records but I do not know how build a code to achieve this action.

Thank you so much for your prompt response.

Sent from my HUAWEI NXT-L29 using Tapatalk
 
No, there isn't any code.

I guess because of the requery in the dept combobox, when I enter two records for an employees from the same department no problem but when I select an employee from another department then the previous records will empty the employee combobox.

I think maybe I have to unreqery when navigate between the records but I do not know how build a code to achieve this action.

Thank you so much for your prompt response.

Sent from my HUAWEI NXT-L29 using Tapatalk
Hi. Can't say without seeing what you got. Are you able to post a demo version of your db with test data?
 
Hi. Thanks. I see three forms. Which one should I looked at?

Sorry by the way I am struggling :banghead: with to get the easiest way when I have an update to an existing front-end database and I want to distribute it to our users in the organization through a shared folder (Local network) it's very difficult for me to do it for every user's machine I really need it .

How can I automate this distribution of the front-end?
 
Sorry by the way I am struggling :banghead: with to get the easiest way when I have an update to an existing front-end database and I want to distribute it to our users in the organization through a shared folder (Local network) it's very difficult for me to do it for every user's machine I really need it .

How can I automate this distribution of the front-end?
Hi. This is a completely different question but you can easily manage it by using any of the available techniques/demos on "auto-FE updater" out there. I use a simple/straightforward method of utilizing a VBS script to copy the FE from a master location to the user's computer and then launches it, which means they always get the latest and most updated version of the FE.
 

Users who are viewing this thread

Back
Top Bottom