Populating Multiple Fields from ComboBox (1 Viewer)

mba1942

Registered User.
Local time
Yesterday, 16:51
Joined
Apr 5, 2012
Messages
16
I am working to create a time-keeping report form.

I am using a contact table to create a combo box list which contains the contact names (text-type) and their contact ID (Interger-type).

I allow the user to enter the time-keeping form, find his/her name from the combo box and then enter time values into various work-type fields.

The data is then saved into the WorkLog table. When I review that table, only the contactID is populated. The ContactName is left blank.

Is it possible to add BOTH fields from the combo box (ContactID and ContactName) into the WorkLog Table?

Thanks so much for any assistance! MBA
 

mba1942

Registered User.
Local time
Yesterday, 16:51
Joined
Apr 5, 2012
Messages
16
Thank you Paul,
Just the information I needed to complete the task! I appreciate your quick reply! MBA
 

pbaldy

Wino Moderator
Staff member
Local time
Yesterday, 16:51
Joined
Aug 30, 2003
Messages
36,127
Happy to help! In the future, technical questions should be in the appropriate forum, not the "Introduce Yourself" forum.
 

Users who are viewing this thread

Top Bottom