If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Access > Moving a record upon combo box selection...!!!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-10-12, 05:46
abidg abidg is offline
Registered User
 
Join Date: Sep 2011
Posts: 1
Question Moving a record upon combo box selection...!!!

A company has offices at different states & they want to track their employees and user has to select the reasons from a combobox list.
for example:
cboReason has following options:
Reason 1
Reason 2
Migrated to other state
Reason 4

So, I want that, when a user selects 3rd reason (Migrated to other state), that employee record should have to be moved into the migrated state.
For example:

tblState
tblOffices
tblEmployees (EmployeeID = AutoNumber)

in these tables, each State has different offices & different employees in those offices.
So, when a user selects a "migrated to other state", I want to show another combo box which will show, "Migrated To: " & then when a user selects a State from that combo box list, the said employee should move to that State.
And, next time it should only reflect in the migrated state.

Please guide me. I'll be very thankful.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On